react-native-phone-input
react-native-phone-input copied to clipboard
Set value from state and validate not working
Hi,
I try to pre-fill the phone input field from the props, but when I apply the value with a setState() in the componentDidMount() of my component, the isValidNumber function returns false and my validation is not done.
I can't call the method this.phone.current.setState({}) because it's undefined in the componentDidMount()
What can I do? Thank you in advance for your answer