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

Don't invert the flag colours #446

Closed matiaskorhonen closed 2 years ago

matiaskorhonen commented 3 years ago

Adds the accessibilityIgnoresInvertColors prop to the flags to stop them from getting inverted if the Smart Invert accessibility option is switched on iOS.

Before After
Screenshot of the country picker before the prop was added Screenshot of the country picker after the prop was added
matiaskorhonen commented 3 years ago

@xcarpentier this should be ready to be reviewed

stale[bot] commented 2 years ago

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.