Open blazerroad opened 4 years ago
Did you fix it?
same issue.
I had the same issue about pan gesture not working on Android devices and solved by following the setup guide (using in my project wix/react-native-navigation)
I fix it by wrapping root file (App.tsx) in
<GestureHandlerRootView style={{flex: 1}}>
//
this not work on andriod I did do some research I did follow https://docs.swmansion.com/react-native-gesture-handler/docs/getting-started.html#with-wix-react-native-navigation-https-githubcom-wix-react-native-navigation i even test with simple TapGestureHandler and PanGestureHandler view animated the view work but the image not