spacesuitdiver / react-native-zoomable

React Native component for pinch and double/single tap to zoom, most likely used to preview images but can be used to wrap anything.
MIT License
27 stars 4 forks source link

Feature Request: Android Support #5

Open zachgibson opened 6 years ago

zachgibson commented 6 years ago

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. I’d keep the iOS implementation the way it is so it feels native and at home on the platform.