react-native-image-zoom
react-native-image-zoom copied to clipboard
react native image pan and zoom
My RN app is 0.62.2, ImageZoom is 2.1.12. The ImageZoom is going to zoom in images presented in Android emulator with [FastImage](https://www.npmjs.com/package/react-native-fast-image). Here is the code: return (
On double tapping the image, i want to show the enlarged image taking the entire screen. And if I once again double tap, it should resize the image. How can...
I have tried to use the panToMove prop but it does not appear to work. I can zoom fine but pan only works with 2 fingers. ``` Shots Score updateScore(value)}...
Actually, I would like to reset the image with a smooth animation, but the current `reset()` method does not make it smoothly. Maybe, exposing a public function (let's called `resetAnimated()`)...
onDragLeft doesn't seem to be implemented. https://github.com/ascoders/react-native-image-zoom/search?q=onDragLeft&unscoped_q=onDragLeft
If I use the Window Height and Width for my Imagezoom and the styling justifyContent: 'flex-start', I get problems with the position of the image when I zoom. It seems...
I wrapped SVG component in ImageZoom component it's working fine with zoom-in and zoom-out thing. Pan to move is also working fine, but only in iOS while image is zoomed-in...
Is it possible to not scale the image on swipedown? I feel like it looks better if the image is just dragged down a certain distance without being scaled down...