react-native-phone-input
react-native-phone-input copied to clipboard
Phone input box for React Native
I wanted to use this library, but when I installed it, I had a lot of problems - Picker was deprecated from react-native core repository [This pull](https://github.com/thegamenicorus/react-native-phone-input/pull/147) was fixed picker...
From #107, I added the Greenland flag. It is a png and 550x367px. I sourced from [wikimedia](https://commons.wikimedia.org/wiki/File:Flag_of_Greenland.svg) and it is under the public domain.
**Issue** - Issue is happening in v0.2.4 - Text input is blank (no dialling code displayed, only flag) - Country is set but dialling code is never displayed in the...
I try to set the country from state value but I didn't work well but When I set the value as initialCountry={"in"} then it works. Currently I am using the...
I want to use the various methods such as `isValidNumber()`, `getNumberType()`, `getValue()`, getISOCode()` etc. When I use the `textComponent` prop to customise the UI, how do I pass the value...
The latest version of this plugin is using a soon to be removed picker. Can you switch it to the community one?  Happy to send a PR your way...
Greenland flag image is missing in [https://github.com/thegamenicorus/react-native-phone-input/tree/master/lib/resources/flags/images](url)
I am trying to use the onFocus prop on this, but its not working. Any thoughts why this would be the case? since its supposed to accept all TextInput props.