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

🚀 tiny & fast lib for react native image viewer pan and zoom

Results 100 react-native-image-viewer issues
Sort by recently updated
recently updated
newest added

Android is very blurry when displaying large images. Is there any better solution? I used (react-native-fast-image), but the effect is still not very good。 The picture is best based on...

The last picture, can't slide directly to the first one

### Animation works ``` ``` ### Animation doesn't work ``` ``` ### Workaround ``` public componentDidUpdate(prevProps: Props, prevState: State) { if (prevProps.index !== this.props.index) { this.loadImage(this.props.index || 0); this.jumpToCurrentImage({ animated:...

the reason why long picture not showing properly is Image.getSize not give a correct size on Android. it may cause by Fresco. any solution?

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Double tap to zoom is working perfectly but pinch to zoom is not doing anything, enableImageZoom is set to true and I have got react-native-image-pan-zoom installed ` {setIsVisible(false)}} enableImageZoom={true} index={position}...

This makes it possible for clients to implement their own download logic and provide a local URL to the image once the download is complete. This is useful when authorization...

Hi all, thanks for the great component. I wondered if there was a way to double-tap to zoom into the current image? I see the prop for an onDoubleClick function...

I am using ver 3.0.1 New to this component, works well except I am getting the useNativeDriver warning. Seems this is a popular topic but I don't see any guidance/documentation...