react-native-image-zoom
react-native-image-zoom copied to clipboard
react native image pan and zoom
When zooming I was expecting it to zoom to the point where I am pinch zooming. But it zooms to the images 0,0. I have spent quite a bit of...
Slow zoom out with fingers gets stuck on scale less than 1 fix(It wasn't recovering back to scale 1)
`onPanResponderRelease` now always knows how to bounce back to scale 1 when it's zoomed out less than scale 1. Previously, when you are gently zooming out and stopped your gesture...
Suggest to add onShouldBlockNativeResponder: _this.props.onShouldBlockNativeResponder, so that can be possible to use in Swiper
When zooming in or out by pinching, the image size changes a lot faster than fingers' position. See Gallery app (or maybe any other app) for reference. 😄
To avoid double clicking in different locations, I added `doubleClickLocationThreshold` prop with default value to check consecutive clicks
Currently, duration = params.duration || 300 excludes the possibility of an instantaneous centerOn, which is sometimes desirable. This now adds instantaneous functionality, and sets this as the default.
When a large or a zoomed in image is scrolled/moved/swiped, image's movement stops immediately when finger is lifted. Would it be possible to continue movement in a slowing manner for...
# Upcoming updates to this package Hello everybody! Thanks to @ascoders I've become a maintainer for this repo and related repo [react-native-image-viewer](https://github.com/ascoders/react-native-image-viewer) I have some free time now to go...