react-native-phone-input
react-native-phone-input copied to clipboard
Phone input box for React Native
Right now the prop type is defined as `textComponent: PropTypes.func,` A better prop type would be `textComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.Object])` to allow components that are classes.
When I hit the function in the example ``` onPressFlag() { this.myCountryPicker.open() } ``` it says
I am trying to change the color of the cursor when it is highlighted, for TextInput component, the selectionColor style property works, but for PhoneInput, it does not work on...
Hi Sometimes the flag component should be more flexible on styling Can you please provide the some wrapper to this element ? May be something like this Thx ``` ```
I had an issue where setting the offset to zero was getting ignored since it evaluates as falsy. I made this change to allow zero offsets. Thanks!
What example did you provide? There is no `ModalPickerImage` How do open countries modal?
Hello All, I've added to maxLength support cause when I format with country number format it failed. Thank you
I was using a custom country picker (*not sure it happens in other cases, but fix is good for all*). I had a bug in case when user **deletes** (*rather...
Hy, is there a way to close keyboard after enter phone number on iOS platforms? I did tried to add `returnKeyType` props of react native textinput with its value `done`...
By formatter I mean a package that can format country code and phone number correctly for if not all at least for most countries? Does it exist?