react-native-phone-number-input
react-native-phone-number-input copied to clipboard
Replace google-libphonenumber with libphonenumber-js
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:
After: