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

App rejected by Huawei : "Enter country/region name" instead of "Enter country name" #375

Closed arnaudambro closed 3 years ago

arnaudambro commented 3 years ago

Issue Description

I received this rejection mail from Huawei:

[Description]: We found that it does not display correctly when selecting country during registration in your app "Enter country name" (for example, some of the regions should not be shown as countries), please refer to the attachment. Here is the path: Go to Console > App Service > AppGallery Connect>Find your app from the list and click the version to check the attachment. Please refer to the rule 4.9 of "AppGallery Review Guidelines": https://developer.huawei.com/consumer/en/doc/distribution/app/30202 [Suggestion]: Please change [Country ] to [Country / Region], and rule out such problems under other modules or other languages.

Could be nice to change this !

arminsalcin commented 3 years ago

You can change search placeholder with filterProps={{ placeholder: 'Enter country/region name' }}

stale[bot] commented 3 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.