react-native-phone-input
react-native-phone-input copied to clipboard
Phone input box for React Native
For example: ```
Updated Kazakhstan object with the country code and area codes according to this link https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200006F0001PDFE.pdf
I would like to reset the value of the PhoneInput. Does anyone know how to do it? Really appreciated.
Hi, I am facing a problem while changing my phone number. when I pick a country from the modal Picker and tries to change my phon number then sometimes the...
This repository seems to be idle for a long time. I recommend if we move it under the @react-native-community. But for the time being, I have merged all the most...
Hi. I was working with version 0.x.x of react-native-phone-input. Everything was fine. Then I migrated to version 1.x.x. Now the selection of another country is not valid. is it related...
In https://github.com/facebook/react-native/pull/25899 built-in `Picker` was deprecated in favor of [`react-native-picker`](https://github.com/react-native-community/react-native-picker) fixes #120
Added a working description on how to implement the country picker modal. 1. Changed the functions selectCountry and onPressFlag to fat arrow function. 2. Changed the function body for onPressFlag...