Help with pinch-to-zoom gesture in React Native Reanimated #8380
Unanswered
khldonAlkateeh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been working on a zoomable canvas in React Native using Reanimated. I managed to get panning and tapping working fine, but I’m running into trouble with the pinch-to-zoom gesture.
What I want is simple: when I pinch to zoom, the point between my fingers should stay fixed on the screen. Right now, when I zoom in or out, the content slides to the left or right, and it doesn’t feel natural at all.
Here’s a simplified version of my code for the zoom gesture:
Beta Was this translation helpful? Give feedback.
All reactions