xcarpentier/react-native-country-picker-modal

Flags are inconsistent between Emoji and non-Emoji for territories

yorickeando opened this issue · 0 comments

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

  • react-native-country-picker-modal version: 2.0.0

Thank you for your help!