xcarpentier/react-native-country-picker-modal

Change country label

mrxsal opened this issue · 1 comments

Is there a way to change the country labels?

I am intending to use this country picker to select a language instead. So rather than the user seeing "United Kingdom", I want it to show "English".
Similarly:

['Netherlands' , 'Nederlands']
['Norway', 'Norsk']

Another library, React Flags Select --> ekwonye-richard/react-flags-select#139
Implements a customLabels prop which changes the label text.

customLabels={{"GB": "English", "NL": "Nederlands"}}

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.