react-native-reanimated-zoom
react-native-reanimated-zoom copied to clipboard
Component for zooming react native views. 🔎
As the title say, we want to reset zoom values programmatically
iOS works as expected but on Android I need to use two finger to be able to swipe item in Flatlist https://user-images.githubusercontent.com/115603511/219297795-825f6796-02bb-46e9-9232-9710e0be5e08.mp4
Hey and thanks for this amazing lib. I use createZoomListComponent to keep the scrolling gesture. The Zoom component is on each items of the list. Everything works fine with ScrollView...
Greetings, I am trying to use this library with **[react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel/blob/main/docs/props.md)** the issue is when adding Zoom component it breaks the horizontal scroll of the carousel. I have tried both createZoomListWithReanimatedComponent...
Hi! I loved this library and the only thing I found that could make it better is to have the option of not scrolling beyond the zoomed image borders, meaning...
Not sure if this is needed, but just suspecting it.