Neil Cuthbert
                                            Neil Cuthbert
                                        
                                    If it helps, I used **[react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal)** which I found easier to customise, and display that in `onPressFlag`. In the country picker's `onChange`, I call `this.phoneInput.selectCountry(country.cca2.toLowerCase()` to set the country on...
@m4manjesh looks like there is a [ticket](https://github.com/thegamenicorus/react-native-phone-input/issues/138) open for the issue you describe. Seeing as it's come up recently for a number of people, it may be related to a...
I'm using 0.2.2 at the moment. There was another [issue](https://github.com/thegamenicorus/react-native-phone-input/issues/125) in 0.2.4, so I've downgraded as a workaround.
This is now available with `onChangePhoneNumber`
May be related to [this issue](https://github.com/thegamenicorus/react-native-phone-input/issues/125#issue-517468613) on v0.2.4. Try downgrading to v0.2.2
If you want to maintain the current dialling code on the input field, the following works for me: 1. I grab the ISO code from the input 2. Set the...