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
I am using @openspacelabs/react-native-zoomable-view to implement pinch and zoom in my react native app.
When i am trying to zoom the view in iOS keeping two fingers simultaneously and then trying to zoom, the _handlePanResponderMove gets called, but the value for gestureState.numberActiveTouches comes out to be 1, as a result of which, _handlePinching doesn't get called.
I am using @openspacelabs/react-native-zoomable-view to implement pinch and zoom in my react native app.
When i am trying to zoom the view in iOS keeping two fingers simultaneously and then trying to zoom, the _handlePanResponderMove gets called, but the value for gestureState.numberActiveTouches comes out to be 1, as a result of which, _handlePinching doesn't get called.
How can i fix this issue?
Version:
react: 18.2.0
react-native: 0.72.6
@openspacelabs/react-native-zoomable-view : 2.1.6
New arch enabled
This is only happening in iOS
The text was updated successfully, but these errors were encountered: