react-native-phone-number-input
react-native-phone-number-input copied to clipboard
getNumberAfterPossiblyEliminatingZero truncates the last digit
The getNumberAfterPossiblyEliminatingZero() method eliminates the first zero as it's supposed to but then truncates the last digit.
e.g. +23408030000001 returns +2348000000000
I am facing the same issue; did you find a solution for this?