ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

Prevent zoomout #3

Open bobloblaws93 opened 8 years ago

bobloblaws93 commented 8 years ago

When pinching to zoom, is there anyway to stop the view from zooming back out?

luisfuertes commented 7 years ago

@ldn0x7dc and if you can add scrollView vertical and horizontal to show all content would be great!

luisfuertes commented 7 years ago

PD: @ronnpang1 if u enter in ViewTransformer.js code and in onResponderRelease function comment all this.animateBounce(); can prevent zoomout ;)