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.07k stars 796 forks source link

Flags are inconsistent between Emoji and non-Emoji for territories #473

Open yorickeando opened 2 years ago

yorickeando commented 2 years ago

Thanks for the great lib, and easy use.

Issue Description

I would like to switch from Emoji Flags to Flat flags to give a more serious design to the app. However, I am facing inconsistency between Emoji and Non-Emoji catalogs.

Emoji flags seem to have a wider variety of options. French non-metropolitan departments have their own flag in Emoji but fall back to French flag for flat flags (except for French Polynesia).

Emoji Non-Emoji
Capture d’écran 2022-06-08 à 16 28 40 Capture d’écran 2022-06-08 à 16 28 26

Steps to Reproduce / Code Snippets

Use the lib with withEmoji=true and withEmoji=False on specific country codes, like WF, PM, MF...

Expected Results

Consistency between Emoji and non-Emoji. I don't know if the issue has been mentioned before, of if there is a specific reason for this inconsistency.

Additional Information

Thank you for your help!