chore: add react-navigation-fluid-transitions

This commit is contained in:
Kyle Fang
2019-05-12 10:12:11 +08:00
parent 5404b766a4
commit adfcc78bd0
8 changed files with 217 additions and 34 deletions

View File

@@ -9,8 +9,11 @@
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-gesture-handler": "^1.2.1",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-touch-through-view": "^1.1.1"
"react-native-touch-through-view": "^1.1.1",
"react-navigation": "^3.9.1",
"react-navigation-fluid-transitions": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",