garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
372 stars 212 forks source link

Click on flag icon to open country list manually #135

Open vinodsnayvik opened 1 year ago

vinodsnayvik commented 1 year ago

Hello, In registration form, we have a country field where we can click and country list is showing using react-native-country-picker-modal.

Now i want to sync both field when country change then phone number flag also change but it is not possible now because i can't change phone number calling code manually.

Is there any way like i can click on flag icon using js OR set manually defaultCode ?