ascoders / react-native-image-zoom

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

Image is not scrollable in a carousel #115

Open rajeshmarotu opened 5 years ago

rajeshmarotu commented 5 years ago

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: ` <Carousel images renderImage={ (image) =>{

         }
   }/>

`

stepupithubapp commented 5 years ago

same here....

ajkhatibi commented 5 years ago

@rajeshmarotu were you able to figure this out?

rex-legorreta commented 4 years ago

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

tvpranav commented 4 years ago

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

abdodeve commented 3 years ago

Me to i have the same problem

JANGFREEMAN commented 3 years ago

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?