barrsan / react-native-simple-image-cropper

MIT License
59 stars 28 forks source link

Not working on andriod #27

Open blazerroad opened 4 years ago

blazerroad commented 4 years ago

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

nguyenductoan1995 commented 4 years ago

Did you fix it?

risingsunho commented 4 years ago

same issue.

davidmrp commented 3 years ago

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)

https://docs.swmansion.com/react-native-gesture-handler/docs/#with-wix-react-native-navigation-https-githubcom-wix-react-native-navigation

eng-naveed commented 1 year ago

I fix it by wrapping root file (App.tsx) in <GestureHandlerRootView style={{flex: 1}}> //