ihor / react-native-scalable-image

React Native Image component which scales width or height automatically to keep the original aspect ratio
https://www.npmjs.com/package/react-native-scalable-image
MIT License
315 stars 67 forks source link

feat: add props maxWidth and maxHeight #2

Closed spoeck closed 7 years ago

spoeck commented 7 years ago

I added the props maxWidth and maxHeight. If they are set the dynamic calculations will consider it as well es if you set the width or height by prop.