UNPKG

react-native-international-phone-number

Version:
5 lines (4 loc) 158 B
export function getPhoneNumberLength(selectedCountry, phoneNumber) { return `${selectedCountry?.idd?.root}${phoneNumber}`.replace(/\D/g, '') .length; }