openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
205 stars 57 forks source link

Pinch Doesnt work in iOS #57

Closed st1992 closed 1 year ago

st1992 commented 1 year ago

Pinch zoom is not working for me on iOS. Any ideas?

thomasttvo commented 1 year ago

Could be a parent element that swallows the touch events. Try putting the zoomable view at the root component to see if it works and start ruling out which parent is affecting it.