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

Replace google-libphonenumber with libphonenumber-js

Open filipengberg opened this issue 3 years ago • 0 comments

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 which only takes up around 98kb (81% reduction) while still keeping validation functionality.

Example project before:

Screenshot 2022-02-13 at 23 43 44

After:

Screenshot 2022-02-13 at 23 45 07

filipengberg avatar Feb 13 '22 22:02 filipengberg