oblador / react-native-pinchable

Instagram like pinch to zoom for React Native
MIT License
224 stars 23 forks source link

[iOS] Prevent additional gestures while pinching #21

Open francoismarceau29 opened 9 months ago

francoismarceau29 commented 9 months ago

The Problem Doing other gestures while pinching an image leads to layout issues and crashes. In my case, the user could scroll the table view behind the pinched image while the scale was at 0, which led to a crash.

Solution Preventing the background view's opacity from going to zero prevents the user from doing other gestures while pinching an image.

This fix the issue #9