Closed barrylachapelle closed 4 years ago
Hey, @barrylachapelle! Thanks for feedback!
To implement this functionality, a third-party react-native-image-zoom component is used. It is planned in the future to create its own implementation of this component, but so far, unfortunately, there is not enough free time.
Cool - you can resolve this ;) If you do look at adding multitouch to your package - I hacked it together quite easily using react-native-gesture-handler. Heres an example of nesting gestures...
Thanks.
Hey, @barrylachapelle! Sorry for the late reply. I followed your advice and release version 3 with custom image view based on react-native-gesture-handler and react-native-reanimated.
I am closing this issue. If there are comments, you can reopen this issue.
Hey there. Thanks for your work on this. It’s exactly what I needed.
Have you considered allowing for two finger panning? Currently you need to release one finger to go between zoom and pan which doesn’t feel 100% native.