Closed wanghanzhen closed 11 months ago
Error: GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.
"react-native-gesture-handler": "~2.12.0",
@wanghanzhen You should wrap your app with <GestureHandlerRootView style={{flex: 1}}>{...your app}</GestureHandlerRootView>
<GestureHandlerRootView style={{flex: 1}}>{...your app}</GestureHandlerRootView>
Error: GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.
"react-native-gesture-handler": "~2.12.0",