MuhammedAlmaz / React-Native-INTL-Phone-Input

React Native International Phone Input
MIT License
45 stars 79 forks source link

How to set value on render? #66

Open ibrahimPorgin opened 3 years ago

Satishpethani92 commented 2 years ago

There is no way i guess but would really appreciate if this will get implemented.

Satishpethani92 commented 2 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}