You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as i couldn't find an issue pointing it out. Using react-native 0.60+ there's this warning popping out while using this component about componentWillReceiveProps being deprecated.
As a workaround for now i'm using YellowBox.ignoreWarnings(['componentWillReceiveProps']);
The full warning says: Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello,
as i couldn't find an issue pointing it out. Using react-native 0.60+ there's this warning popping out while using this component about componentWillReceiveProps being deprecated.
As a workaround for now i'm using
YellowBox.ignoreWarnings(['componentWillReceiveProps']);
The full warning says:
Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
Thank you in advance!
The text was updated successfully, but these errors were encountered: