Error: GestureDetector must be used as a descendant of GestureHandlerRootView
wanghanzhen opened this issue · 1 comments
wanghanzhen commented
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",
pavelbabenko commented
@wanghanzhen You should wrap your app with
<GestureHandlerRootView style={{flex: 1}}>{...your app}</GestureHandlerRootView>