react-native-material-dropdown
react-native-material-dropdown copied to clipboard
ComponentWillUpdate deprecation issue
When I add the library I get component will update deprecation issue. Without it there is no issue. Can it be resolved in my end?

@n4kz can I try to fix it?
For some reason it installs older version (0.12.0) of react-native-material-textfield that uses old lifecycle methods even though i have never version (0.16.1) used as a project dependency that does not use those old lifecycle methods...
Is there a way to fix this? Looks like a npm issue?
also this lib uses:
componentWillReceiveProps({ value }) { if (value !== this.props.value) { this.setState({ value }); } },
that should be changed to componentDidUpdate