pavelbabenko/react-native-awesome-gallery

Error: GestureDetector must be used as a descendant of GestureHandlerRootView

wanghanzhen opened this issue · 1 comments

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>