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 795 forks source link

Fix: Issue#477 Emoji Flag get cropped when passing flagSize=100 #478

Open AhmadNaeemK opened 2 years ago

AhmadNaeemK commented 2 years ago

References Issue#477

Where emoji flag was getting cropped when flagSize is 100 or more than 10. Giving a width style to EmojiFlag component fixes it.