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.
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.
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.