sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

Use getDerivedStateFromProps instead of componentWillReceiveProps #238

Open miksa opened 4 years ago

miksa commented 4 years ago

Changed lifecycle functions according to changes in React.

revengeofthepencil commented 4 years ago

This looks like a great way to solve this. I'm getting all kinds of nasty warnings about componentWillReceiveProps and this resolves the issue for me