react-native-phone-input
react-native-phone-input copied to clipboard
Phone input box for React Native
I'm getting this warning in the console of xcode when clicking on the input in my simulator (can't test it on a real phone at this moment) ```Can't find keyplane...
Add new function to check number validation outside Phoneinput
Running a `yarn install` seems to pull the wrong package when generating the bundles. ``` Unable to resolve module `./images/ad.png` from `/*/node_modules/react-native-phone-input/lib/resources/flags/index.js`: could not resolve `/*/node_modules/react-native-phone-input/lib/resources/flags/images/ad.png' as a file nor...
My ios app only works in landscape mode. Using the `PhoneInput` component, I get the error: `console.error: "Modal was presented with 0x2 orientations mask but the application only supports 0x18.Add...
My app only works in landscape mode. When I use the `PhoneInput` component, I get this error: `console.error: "Modal was presented with 0x2 orientations mask but the application only supports...
I am passing a custom country list to the component that is based off of the full country list. Basically, I am filtering it down to the countries I want...
Optimized performance through FlatList component Added event handler outside modal to close it Upgraded packages Code improvements
The documentation mentions a `getFlag` function, but subclassing the component & overriding it doesn't do anything. This is because the `render` method doesn't call `getFlag`, instead inlining the implementation: ```jsx...
Only number inputs allowed
Hey Guys. Not sure if this issue is just located to android. But there doesn't seem to be an empty state flag icon for me. If the input doesn't register...