Closed marconett closed 6 years ago
with:
<ImageZoom cropWidth={Dimensions.get('window').width} cropHeight={Dimensions.get('window').height} imageWidth={4096} imageHeight={4096} > <Image style={{width:4096, height:4096}} source={Images.testPic} /> </ImageZoom>
default (original) behavior:
with new prop enableHorizontalBounce={true} allows for the following behavior:
enableHorizontalBounce={true}
with:
default (original) behavior:
with new prop
enableHorizontalBounce={true}
allows for the following behavior: