react-native-image-zoom icon indicating copy to clipboard operation
react-native-image-zoom copied to clipboard

react native image pan and zoom

Results 73 react-native-image-zoom issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question

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)}...

bug

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()`)...

enhancement

onDragLeft doesn't seem to be implemented. https://github.com/ascoders/react-native-image-zoom/search?q=onDragLeft&unscoped_q=onDragLeft

bug
enhancement

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...

bug

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...

enhancement

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...

enhancement