mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
feat: integrate reanimated based stack (#42)
This commit is contained in:
committed by
Michał Osadnik
parent
89c279fb23
commit
dcf57c095c
@@ -17,6 +17,7 @@
|
||||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-community/masked-view": "^0.1.1",
|
||||
"expo": "^34.0.1",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
@@ -24,6 +25,7 @@
|
||||
"react-native-gesture-handler": "~1.3.0",
|
||||
"react-native-paper": "3.0.0-alpha.3",
|
||||
"react-native-reanimated": "~1.1.0",
|
||||
"react-native-screens": "1.0.0-alpha.22",
|
||||
"react-native-tab-view": "2.7.1",
|
||||
"react-native-web": "^0.11.4",
|
||||
"scheduler": "^0.14.0",
|
||||
@@ -36,10 +38,5 @@
|
||||
"@types/react-native": "^0.57.65",
|
||||
"babel-preset-expo": "^6.0.0",
|
||||
"expo-cli": "^3.0.6"
|
||||
},
|
||||
"resolutions": {
|
||||
"react": "16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-native-safe-area-view": "0.14.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user