instea / react-native-color-picker

Color picker component for IOS/Android
Apache License 2.0
272 stars 67 forks source link

Fix unsafe lifecycle warnings #16

Closed jordenchang55 closed 4 years ago

jordenchang55 commented 4 years ago

According to React official documentation, componentWillMount() has been marked as unsafe method and it should therefore avoid using.

approached commented 4 years ago

Thank you for the PR. I have the same bug/warning.