kesha-antonov / react-native-zoom-reanimated

Zoom component on react-native + react-native-reanimated + react-native-gesture-handler
https://www.npmjs.com/package/react-native-zoom-reanimated
MIT License
199 stars 17 forks source link

Focal Point? #13

Open nikolaigeorgie opened 1 year ago

nikolaigeorgie commented 1 year ago

Pinch to zoom here only zooms in at the center of your screen, have you interacted with focal points to zoom at the position you pinch at?

kesha-antonov commented 1 year ago

Hi Good point, I'll check how it could be implemented

If you're interested & have time, submit a PR please

elliottkember commented 1 year ago

I think event.focalX is the way to do this. I did some initial experiments here

kesha-antonov commented 1 year ago

I think event.focalX is the way to do this. I did some initial experiments here

Thanks for the hint