fix: wrap navigators in gesture handler root

This commit is contained in:
Satyajit Sahoo
2020-02-03 00:05:01 +01:00
parent 3d937d1e65
commit 41a5e1a385
7 changed files with 119 additions and 88 deletions

View File

@@ -21,13 +21,13 @@
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.5.3",
"react-native-gesture-handler": "~1.5.5",
"react-native-paper": "^3.5.0",
"react-native-reanimated": "^1.4.0",
"react-native-restart": "^0.0.13",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.33",
"react-native-tab-view": "2.11.0",
"react-native-tab-view": "2.13.0",
"react-native-unimodules": "^0.7.0",
"react-native-web": "^0.11.7"
},