mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
refactor: migrate to animated
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"prerelease": "yarn sync",
|
||||
"release": "release-it",
|
||||
"example": "yarn --cwd example",
|
||||
"bootstrap": "yarn example && yarn && yarn sync",
|
||||
"bootstrap": "yarn example && yarn --ignore-scripts && yarn sync",
|
||||
"sync": "bash scripts/sync-stack.sh",
|
||||
"patch": "diff -ruN node_modules/@react-navigation/stack/src src/vendor > scripts/stack.patch; printf ''"
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"@expo/vector-icons": "^10.0.6",
|
||||
"@react-native-community/bob": "^0.7.0",
|
||||
"@react-native-community/masked-view": "^0.1.5",
|
||||
"@react-navigation/stack": "^5.0.0-alpha.45",
|
||||
"@react-navigation/stack": "^5.0.0-alpha.48",
|
||||
"@release-it/conventional-changelog": "^1.1.0",
|
||||
"@types/color": "^3.0.0",
|
||||
"@types/jest": "^24.0.23",
|
||||
@@ -68,7 +68,6 @@
|
||||
"react-dom": "~16.9.0",
|
||||
"react-native": "~0.61.4",
|
||||
"react-native-gesture-handler": "^1.5.2",
|
||||
"react-native-reanimated": "^1.4.0",
|
||||
"react-native-safe-area-context": "^0.6.1",
|
||||
"react-native-screens": "^1.0.0-alpha.23",
|
||||
"react-navigation": "^4.0.10",
|
||||
@@ -82,7 +81,6 @@
|
||||
"react": "*",
|
||||
"react-native": "*",
|
||||
"react-native-gesture-handler": "^1.0.0",
|
||||
"react-native-reanimated": "^1.3.0-alpha",
|
||||
"react-native-safe-area-context": "^0.3.3",
|
||||
"react-native-screens": "^1.0.0 || ^1.0.0-alpha || ^2.0.0-alpha",
|
||||
"react-navigation": "^4.0.7"
|
||||
|
||||
Reference in New Issue
Block a user