react-native-phone-input icon indicating copy to clipboard operation
react-native-phone-input copied to clipboard

Kosovo is missing!!

Open infestissumam00 opened this issue 5 years ago • 2 comments

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

infestissumam00 avatar Nov 29 '19 08:11 infestissumam00

@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.

jaydenwindle avatar Dec 06 '19 21:12 jaydenwindle

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

mvelebit avatar May 11 '20 12:05 mvelebit