react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

componentWillReceiveProps [Deprecated]

Open Miyaguisan opened this issue 6 years ago • 0 comments

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.

Miyaguisan avatar Sep 10 '19 21:09 Miyaguisan