hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1.01k stars 173 forks source link

suggest to support allowFontScaling or titleMaxFontSizeMultiplier #272

Closed zkteco-home closed 6 months ago

zkteco-home commented 6 months ago

in React-native,Text and TextInput support allowFontScaling and maxFontSizeMultiplier

when system font size or display size changed,we can control own app font size

zkteco-home commented 6 months ago

selectedTextProps can do it,so closed it