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

How to add maxFontSizeMultiplier property for selected country text? #506

Closed talharizvi closed 11 months ago

talharizvi commented 1 year ago

Issue Description

I need to add maxFontSizeMultiplier property to selected country text in order to handle selected country text size if the font is scaled.

Steps to Reproduce / Code Snippets

[FILL THIS OUT]

Expected Results

[FILL THIS OUT]

Additional Information

firasrg commented 1 year ago

Hello! I had same issue, I think that, with the current release, you can only do that by overriding the button component, by using renderFlagButton prop. I did that today, but it took a while to rewrite it 😅