GeorgeHop / react-native-country-codes-picker

⚡ ⚡ ⚡This lib. provide multi lang. country picker with search functionality. Fully crossplatform and supported on React-native and expo. Didn't find your country ? Just add the required countries or locales and make a PR.⚡ ⚡ ⚡
https://github.com/GeorgeHop/react-native-country-codes-picker
MIT License
147 stars 80 forks source link

Text, TextInput allowFontScaling #98

Open shlee8405 opened 4 months ago

shlee8405 commented 4 months ago

It would be nice to have a allowFontScaling props on CountryPicker. (It is suboptimal indeed, but recently i had the need of setting allowFontScaling to false on Texts and TextInputs)

shlee8405 commented 3 months ago

I've made changes locally in where I can send allowFontScaling props on CountryPicker. If not sent, it defaults to false. And all Text and TextInputs inside the lib. code uses this allowFontScaling.

I can pull request if needed.

shlee8405 commented 3 months ago

screenshot 1

Screenshot 2024-07-31 at 3 40 44 PM

screenshot 2

Screenshot 2024-07-31 at 3 41 30 PM