Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 436 forks source link

componentWillMount has been renamed, and is not recommended for use #393

Closed kking937 closed 4 years ago

kking937 commented 4 years ago

Bug

In index.js, SideMenu is using componentWillMount to set this.responder. In the current React version, documentation states that UNSAFE_componentWillMount should be used and that componentWillMount will work until version 17.

Steps To Reproduce

Use this code on the most recent version of React native

Describe what you expected to happen:

Not get a warning

chakrihacker commented 4 years ago

There is a PR #384