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
Did you find an alternative? Im trying to disable pan too. It would be very helpful when dealing with other gesture handlers components inside ReactNativeZoomableView.
@raulTeoSalinas if you remove "this.zoomLevel === this.props.initialZoom" condition (there are two conditions) inside ReactNativeZoomableView (node_modules) and set disablePanOnInitialZoom={true} (component), the pan will be disabled but you will be able to zoom
Its possible to disable Pan gesture like zoomEnabled?
The text was updated successfully, but these errors were encountered: