Skip to content
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

Fix jumps issue at the end of pan gesture #11

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Fix jumps issue at the end of pan gesture #11

merged 2 commits into from
Mar 28, 2024

Conversation

Glazzes
Copy link
Owner

@Glazzes Glazzes commented Mar 28, 2024

  • Fixes jump issue at the end of pan gesture, by disabling pan gesture at the beginning of pinch gesture, this prevent both gestures from colliding with each other.
  • Makes panWithPinch feature opt in for iOS users because of this React Native Gesture Handler's issue, this one will be enabled by default again as soon as the next release of Gesture Handlers containing this fix comes out.

Disable pan gesture at the beginning of pinch gesture instead of the end
this change has been applied to both ResumableZoom and CropZoom

refs #10
@Glazzes Glazzes linked an issue Mar 28, 2024 that may be closed by this pull request
@Glazzes Glazzes merged commit 0793748 into main Mar 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smooth pinch with ResumableZoom
1 participant