React Native pinch-to-zoom
I have made a component to make Image
zoom in a View
component. I want to make pinch-to-zoom on image
. Let me know how it is possible in react native using PanResponder
or some other solution.
I have made a component to make Image
zoom in a View
component. I want to make pinch-to-zoom on image
. Let me know how it is possible in react native using PanResponder
or some other solution.