refactor: keep transition states locally and implement animated replace

This commit is contained in:
satyajit.happy
2019-06-08 01:18:48 +02:00
parent 8f95076102
commit 6b2079735b
13 changed files with 304 additions and 1188 deletions

View File

@@ -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"