rnc-archive / react-native-drawer-layout

A platform-agnostic drawer layout for react-native
256 stars 63 forks source link

Please change the use of "componentWillMount" in DrawerLayout.js cause it's deprecated #59

Open bennyh23 opened 5 years ago

bennyh23 commented 5 years ago

Feature Request

Please change the use of "componentWillMount" in DrawerLayout.js

Why it is needed

In react 17.x componentWillMount will not work

Possible implementation

the code will be in componentDidMount instead, maybe it should be refactored a bit

Code sample