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

componentWillReceiveProps is deprecated #12

Closed AlbertVilaCalvo closed 5 years ago

AlbertVilaCalvo commented 5 years ago

Hi. Just upgraded to React Native 0.60 (which uses React 16.8.6) and I get this warning:

componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

Please update the follwing components: SafeView, ScalableImage, Transitioner

Learn more about this warning here: https://fb.me/react-async-component-lifecycle-hooks

ihor commented 5 years ago

Thanks @AlbertVilaCalvo ! The warning is fixed in the latest major version is rewritten with hooks.