xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 802 forks source link

Display custom component instead of flag #221

Closed aksonov closed 5 years ago

aksonov commented 5 years ago

How we could do it with latest version? With old version we just put this custom component as CountryPicker children..

xcarpentier commented 5 years ago

Good point, I think I will add a renderCountryItem

aksonov commented 5 years ago

Just to clarify - I'm talking not about country list items, but how CountryPicker button is displayed (before modal is displyed) - now it is just flag and possible country name. It would be great to show also calling code, etc.

xcarpentier commented 5 years ago

ok You can use renderFlagButton.

aksonov commented 5 years ago

Thank you so much for fast fix! I want to display callingCode but don't know how - there is no such prop passed to renderFlagButton. Ideally passing country prop would be great.