Anthonyzou / react-native-image-zoom

Image pan and zoom for Android
https://www.npmjs.com/package/react-native-image-zoom
MIT License
115 stars 52 forks source link

added support for setScale and setScaleType #1

Closed caphun closed 8 years ago

caphun commented 8 years ago

This adds the ability to set an initial zoom level on image load and specify the scale type which enables control over aspect ratio / zoomability of the zoomed image within it's container. Both are optional attributes so if not specified the component will work as it did before.