thegamenicorus / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
394 stars 447 forks source link

Allow local numbers in addition to numbers including area code #102

Closed ebaynaud closed 5 years ago

ebaynaud commented 5 years ago

This allows using local numbers like 0444444444 in addition to long numbers like +61444444444 when flag is set.

These changes have been longly tested tested in my prod app since a long time and is working smoothly.

izadmehr commented 5 years ago

This PR broke the AutoFormat.

ebaynaud commented 5 years ago

@izadmehr never used that feature, I'll test and try to fix

brianMxBm commented 1 year ago

There's auto formatting?