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

Upgrade to hooks #11

Closed matthewfbenjamin closed 5 years ago

matthewfbenjamin commented 5 years ago

I wrote this version for a local project based on your repo and figured I should submit it as a PR. There are some optimizations that need to be made. useEffect is kind-of annoying when it comes to re-calling.

ihor commented 5 years ago

Thanks! I'll have a look this week.

ihor commented 5 years ago

Thanks @matthewfbenjamin ! I'm going to prepare a new release.