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

Non alphabetical list #53

Open DavitVosk opened 6 years ago

DavitVosk commented 6 years ago

Thanks for awesome package.

I am passing countriesList prop to use my own countries where the items are not places in alphabetical form. But the package handles it itself. How can I prevent this? Thanks for answer

DavitVosk commented 6 years ago

Ok, I see that in getAll() function you order countries list by name. Please can you add some prop (for example orderBy prop) so that the users can choose whether they want to have ordered or non ordered list?

DavitVosk commented 6 years ago

I created a fork and added that option. Please have a look and merge into your package. Thanks

https://github.com/DavitVosk/react-native-phone-input