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

How to add Scrolling first time on image

Open damisadam opened this issue 5 years ago • 0 comments

How to add Scrolling first time on an image if the image size is greater than window Dimensions. <ImageZoom cropWidth={Dimensions.get('window').width} cropHeight={Dimensions.get('window').height} imageWidth={3300} imageHeight={1800} > <Image style={{ width: 3300, height: 1800 }} source={source} /> </ImageZoom> Firt time Scrolling is not enable. If I zoom lilte bit then Scrolling enabled.

damisadam avatar Feb 27 '19 15:02 damisadam