react-native-phone-number-input icon indicating copy to clipboard operation
react-native-phone-number-input copied to clipboard

React Native component for phone number.

Results 117 react-native-phone-number-input issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](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...

dependencies

"+ 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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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(':'); ```