react-native-zoomable
react-native-zoomable copied to clipboard
React Native component for pinch and double/single tap to zoom, most likely used to preview images but can be used to wrap anything.
Would be great to have this be cross-platform. My initial thoughts are using PanResponder or React Native Gesture Handler and implementing pinch to zoom and tap to zoom on Android....
Is it possible to add style props? I am unable to see my image when using Zoomable
Wasn’t sure about `contentContainerStyle` as a prop name. What do you think?