thegamenicorus / react-native-phone-input

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

Kosovo is missing!! #127

Open infestissumam00 opened 4 years ago

infestissumam00 commented 4 years ago

Kosovo, which is relatively a new country is missing from the list of countries.

jaydenwindle commented 4 years ago

@infestissumam00 Good catch! This would be a great opportunity for a PR :)

To add Kosovo as a country, you can add an entry to lib/resources/countries.json with the name, iso2, and dialCode fields defined (priority can be 0 and areaCodes can be null for now). To add a flag you'll need to add xk.png to lib/resources/flags/images and require it in lib/resources/flags/index.js.

mvelebit commented 4 years ago

AFAIK, only UN member states are present in the list.