gorhom / react-native-portal

A simplified portal implementation for ⭕️ React Native & Web ⭕️.
MIT License
628 stars 36 forks source link

Warning: componentWillMount has been renamed, and is not recommended for use #21

Open everestster opened 2 years ago

everestster commented 2 years ago

I'm getting the following warning when I use PortalProvider.

"react": "17.0.2", "react-native": "^0.65.1", "react-native-portal": "^1.3.0",

Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

Please update the following components: PortalProvider

rahuldasgupta commented 1 year ago

Any update yet? still getting the Warning: componentWillMount has been renamed, and is not recommended for use warning.