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

Image is not scrollable in a carousel

Open rajeshmarotu opened this issue 5 years ago • 6 comments

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>

rajeshmarotu avatar Oct 30 '19 07:10 rajeshmarotu

same here....

stepupithubapp avatar Nov 12 '19 05:11 stepupithubapp

@rajeshmarotu were you able to figure this out?

ajkhatibi avatar Nov 19 '19 05:11 ajkhatibi

I have a similar issue, I can't figure out how to swipe to another picture after zooming the image

rex-legorreta avatar Dec 13 '19 23:12 rex-legorreta

Try this with Image (Worked for me) -> https://medium.com/@mheavers/animating-zoom-in-react-native-scroll-view-16587b35a064

tvpranav avatar Aug 01 '20 08:08 tvpranav

Me to i have the same problem

abdodeve avatar Dec 25 '20 18:12 abdodeve

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?

JANGFREEMAN avatar Feb 05 '21 07:02 JANGFREEMAN