justhive / react-native-view-editor

A simple wrapper for being able to rotate, pan, and resize a child view or image with animations.
https://medium.com/@sscaff1/react-native-image-panning-zooming-832aef361c87#.dyvem0jr4
29 stars 16 forks source link

Does not zoom to centre of touches #24

Open dpyeates opened 6 years ago

dpyeates commented 6 years ago

When zooming I was expecting it to zoom to the point where I am pinch zooming. But it zooms to the images 0,0. Looking at the code I see the bit of code in handlePanResponderMove is commented out. Uncommenting this bit of code still does not make it work. I have spent quite a bit of time trying to get this to work without success. Any ideas anyone?

brocoder86 commented 6 years ago

It would be great if this can be implemented!