-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Problem with pinch-to-zoom #83
Comments
I have same issue |
same here! |
It seems that this line is causing the trouble:
After commenting it out the focal is correct and the image is properly zooms / properly stays in place after lifting fingers. |
@efstathiosntonas I confirm removing this line fixes the issue on android, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pinch-to-zoom doesn't work correctly. When I zoom in on the image and remove one finger, the image will jump. It happens only on Android.
I used the latest version of react-native-awesome-gallery (0.4.2). My react-native version is 0.74.5 and react-native-gesture-handler 2.18.1. Also, I tried to use different versions of react-native-gesture-handler and react-native. This problem appears starting from a version of react native 0.73+.
Here's a video of how it works on Android
Screen_Recording_20240810_110443_Pic-Time-Dev.mp4
The text was updated successfully, but these errors were encountered: