react-native-phone-number-input
react-native-phone-number-input copied to clipboard
React Native component for phone number.
The component TextInput of RN was using the default value of state
Supplying phone number '+31+3188888888' to IsValidNumber returns true. This should return false. See also https://github.com/garganurag893/react-native-phone-number-input/issues/68
I install it using npm. But it fails to install the modal package. Therefore the package is not installed at all.
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
"+ code_number" to "(code_number)"
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
disabled={true} is not working on IOS, is it tends to work only for IOS and not for android ?
for example defaultCode="ADF" ``` Possible Unhandled Promise Rejection (id: 7): TypeError: Cannot read property 'indexOf' of undefined function stripColons(str) { var colonIndex = str.indexOf(':'); ```