|
19 | 19 | "prerelease": "yarn sync", |
20 | 20 | "release": "release-it", |
21 | 21 | "example": "yarn --cwd example", |
22 | | - "bootstrap": "yarn example && yarn && yarn sync", |
| 22 | + "bootstrap": "yarn example && yarn --ignore-scripts && yarn sync", |
23 | 23 | "sync": "bash scripts/sync-stack.sh", |
24 | 24 | "patch": "diff -ruN node_modules/@react-navigation/stack/src src/vendor > scripts/stack.patch; printf ''" |
25 | 25 | }, |
|
50 | 50 | "@expo/vector-icons": "^10.0.6", |
51 | 51 | "@react-native-community/bob": "^0.7.0", |
52 | 52 | "@react-native-community/masked-view": "^0.1.5", |
53 | | - "@react-navigation/stack": "^5.0.0-alpha.45", |
| 53 | + "@react-navigation/stack": "^5.0.0-alpha.48", |
54 | 54 | "@release-it/conventional-changelog": "^1.1.0", |
55 | 55 | "@types/color": "^3.0.0", |
56 | 56 | "@types/jest": "^24.0.23", |
|
68 | 68 | "react-dom": "~16.9.0", |
69 | 69 | "react-native": "~0.61.4", |
70 | 70 | "react-native-gesture-handler": "^1.5.2", |
71 | | - "react-native-reanimated": "^1.4.0", |
72 | 71 | "react-native-safe-area-context": "^0.6.1", |
73 | 72 | "react-native-screens": "^1.0.0-alpha.23", |
74 | 73 | "react-navigation": "^4.0.10", |
|
82 | 81 | "react": "*", |
83 | 82 | "react-native": "*", |
84 | 83 | "react-native-gesture-handler": "^1.0.0", |
85 | | - "react-native-reanimated": "^1.3.0-alpha", |
86 | 84 | "react-native-safe-area-context": "^0.3.3", |
87 | 85 | "react-native-screens": "^1.0.0 || ^1.0.0-alpha || ^2.0.0-alpha", |
88 | 86 | "react-navigation": "^4.0.7" |
|
0 commit comments