oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 502 forks source link

componentWillMount and componentWillReceiveProps is deprecated... Yellow Warnings #118

Closed charro0407 closed 4 years ago

charro0407 commented 4 years ago
YellowBox.js:71 Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you can rename to UNSAFE_componentWillMount.

Please update the following components: LightboxOverlay

Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks
Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

Please update the following components: LightboxOverlay

Learn more about this warning here:
https://fb.me/react-async-component-lifecycle-hooks
charro0407 commented 4 years ago

119 Fix