wcandillon / can-it-be-done-in-react-native

⚛️ 📺 Projects from the “Can it be done in React Native?” YouTube series
https://www.youtube.com/wcandillon
MIT License
4.03k stars 1.3k forks source link

PinchToZoom issue on horizontal flatlist #105

Open splend-rajesh opened 4 years ago

splend-rajesh commented 4 years ago

On Vertical FlatList pinch to zoom work perfectly like Instagram. But horizontal flatlist pinch to zoom, it zooms inside the child view doesn't zoom like Instagram.

nkrause commented 3 years ago

I was having the same issue. I used react-native-instagram-zoomable which uses this library. Then, I wrapped the image in ElementContainer and wrapped the FlatList in InstagramProvider.