Skip to content

Commit c9173e1

Browse files
committed
[test] Add script for quickly installing/testing react-navigation@5
1 parent e26fd8d commit c9173e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"prepare": "expo-module prepare",
1414
"prepublishOnly": "expo-module prepublishOnly",
1515
"expo-module": "expo-module",
16-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
16+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
17+
"install:5": "yarn add --dev @react-navigation/bottom-tabs@5 @react-navigation/material-top-tabs@5 @react-navigation/native@5 @react-navigation/stack@5"
1718
},
1819
"publishConfig": {
1920
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)