refactor: migrate to animated

This commit is contained in:
Satyajit Sahoo
2020-01-01 17:37:34 +01:00
parent c2570f3f55
commit 9ac1904862
14 changed files with 390 additions and 563 deletions

View File

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