Open ibrahimPorgin opened 3 years ago
Temporary solution is to set below code inside node_modules/react-native-intl-phone-input/src/IntlPhoneInput.js
componentDidMount() {
this.onChangeText(this.props.phoneNumber)
}
And pass phone number as prop.
phoneNumber={phone_number}
There is no way i guess but would really appreciate if this will get implemented.