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

0 after country code #20

Closed durellinux closed 6 years ago

durellinux commented 6 years ago

Might be related to #4, but it is impossible to insert a phone number starting with a leading 0. More specifically +39036384331 is a perfectly valid Italian phone number but it is currently impossible to insert it.

thegamenicorus commented 6 years ago

v 0.2.1. I've add 'allowZeroAfterCountryCode' set to true by default.

Thanks for your issue.