ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
639 stars 282 forks source link

How to add Scrolling first time on image #80

Open damisadam opened 5 years ago

damisadam commented 5 years ago

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} /> ` Firt time Scrolling is not enable. If I zoom lilte bit then Scrolling enabled.