react-native-image-zoom
react-native-image-zoom copied to clipboard
Image is not scrollable in a carousel
I am having a carousel of images, where I can scroll and zoom each image. I am using the ImazeZoom component for zoom part. It is working great in android but in iOS, only zooming part is working.
iOS: 13.0 xCode: 12.1 react-native-image-pan-zoom:2.1.11 react-native: 0.59.8 android: 9
Layout:
<Gallery> <Carousel images renderImage={ (image) =>{ <ImageZoom> <Image > </ImageZoom> } }/> </Gallery>
same here....
@rajeshmarotu were you able to figure this out?
I have a similar issue, I can't figure out how to swipe to another picture after zooming the image
Try this with Image (Worked for me) -> https://medium.com/@mheavers/animating-zoom-in-react-native-scroll-view-16587b35a064
Me to i have the same problem
I have a similar issue, I can't figure out how to swipe to another picture after zooming the image
same problem have your solve it?