react-native-cached-image
react-native-cached-image copied to clipboard
componentWillReceiveProps [Deprecated]
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.