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

I have a scrollview wrapper as a parent for the view containing the PhoneInput. Unfortunately this triggers some console errors "VirtualizedLists should never be nested inside plain ScrollViews with the...

My server store the mobile with country code which is formatted value in this case. so is there a way to set the initial value as the formatted value?

App.js (0:1) __fbBatchedBridgeConfig is not set, cannot invoke native modules (Device) Evaluating module://react-native/Libraries/NewAppScreen.js Evaluating module://App.js.js Loading module://App.js

The getNumberAfterPossiblyEliminatingZero() method eliminates the first zero as it's supposed to but then truncates the last digit. e.g. +23408030000001 returns +2348000000000

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

https://callstack.github.io/react-native-paper/text-input.html

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...

dependencies

Thank you for the library. I was to clear phone Input when I click close button ![Capture](https://user-images.githubusercontent.com/44321003/120004089-a78eeb00-bfd6-11eb-8fbe-7da8e1a04038.PNG) Thanks!

`google-libphonenumber` is a pretty large dependency which adds around 530 kb to the bundle size just for validating a phone number. This PR replaces this dependency with [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) which only...