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

Changing prop of the component now recomputes size #7

Closed brendan-rius closed 6 years ago

brendan-rius commented 6 years ago

Before, changing the props of the component would have no effect

ihor commented 6 years ago

Thanks for the PR!