n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Warning: componentWillReciveProps #192

Open awadeyar opened 4 years ago

awadeyar commented 4 years ago

Getting these warnings when react-native-material-dropdown is used in the iOS app.

_``` WARN Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Please fix these issues.

kaiyes commented 4 years ago

Simulator Screen Shot - iPhone 8 - 2019-11-19 at 07 32 44

And this too

Screenshot 2019-11-19 at 7 31 45 am

denisdimitrov commented 4 years ago

These warnings may not break anything but they are really annoying.

Is it possible to upload version 0.11.2 with a fix?

yaron1m commented 4 years ago

It is also required that you upgrade the dependency to: "react-native-material-textfield": "^0.13.0"

Racheltrq commented 3 years ago

Has this issue be solved yet? I am using react-native-material-dropdown-v2 and still seeing this warning.