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

This will be useful if I have a reset button which only display if `positionX !== 0`, `positionY !== 0` or `scale !== 1`.

Hi, the handleLayout function needs to check height change, otherwise it is not working on iPad rotation. Please add following change to that function: if (event.nativeEvent.layout.width !== this.width || event.nativeEvent.layout.height...

I have two markers on zoomed image which are drawn on the basis of margin from left like `` after zoom above drawn circle move to invisible area. Is there...

I would like to know if there is a way to save the cropped image, [like this one does](https://www.npmjs.com/package/expo-image-crop). I really need something like this. At the one I showed,...

是否对图片大小进行了压缩,为什么放大之后比较模糊

Hi there! First of all, thanks for maintaining this cool project! 💪 This pull request aims to allow developers to specify `0` as a valid value for the `duration` parameter...

It would be great if this library uses react-native-fast-image

## Motivation Frequently when user zooms too much the contents are pixelated. One way to fix is to use a much bigger image/SVG/etc and set the initial scale to some...

I have added the ImageZoom component in my Flatlist's item. I just want to have image zoom, so I set false to panToMove. Now I am scrolling my Flatlist but...