kfiroo / react-native-cached-image

CachedImage component for react-native
MIT License
938 stars 470 forks source link

componentWillReceiveProps [Deprecated] #172

Open Miyaguisan opened 4 years ago

Miyaguisan commented 4 years ago

As of RN 0.6.x this new warning is showing:

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

Please update the following components: CachedImage

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

I'm posting just to raise awareness. I'll see if I can get a PR going. Cheers.