mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-27 09:04:44 +08:00
refactor: keep transition states locally and implement animated replace
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"postinstall": "patch-package --patch-dir ../patches"
|
||||
"ios": "expo start --ios"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/core": "3.4.1",
|
||||
@@ -16,8 +15,6 @@
|
||||
"expo-asset": "^5.0.1",
|
||||
"expo-constants": "~5.0.1",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"patch-package": "^6.1.2",
|
||||
"postinstall-postinstall": "^2.0.0",
|
||||
"react": "16.8.3",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
||||
"react-native-paper": "^2.15.2",
|
||||
@@ -25,9 +22,7 @@
|
||||
"react-navigation-tabs": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-module-resolver": "^3.2.0",
|
||||
"patch-package": "^6.1.2",
|
||||
"postinstall-postinstall": "^2.0.0"
|
||||
"babel-plugin-module-resolver": "^3.2.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-native-safe-area-view": "0.14.5"
|
||||
|
||||
Reference in New Issue
Block a user