You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @3GOMESz! Component does not use PanResponder from react-native unlike react-native-zoomable-view. Therefore, a solution with captureEvent will not work. It looks like the problem is over 2 years old software-mansion/react-native-gesture-handler#139
Hi, @3GOMESz! Component does not use PanResponder from react-native unlike react-native-zoomable-view. Therefore, a solution with captureEvent will not work. It looks like the problem is over 2 years old software-mansion/react-native-gesture-handler#139
So it's not a problem directly with react-native-simple-image-cropper, but with react-native-gesture-handler itself. The best current solution is for each user to simulate a modal with a normal view until new features appear in the other module...
Like this repo did, it would be an alternative to include
captureEvent:boolean
property to fix it.The text was updated successfully, but these errors were encountered: