react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
disable font scaling ? allowFontScaling={false}
Hello I would like to disable font scaling on this component like you would with any other texInput with 'allowFontScaling={false}' or is there a way of telling the component to ignore the system font scaling settings and use the font size specified in the component's fontSize prop instead
Hi,
Is this what you want?
searchTextInputProps={{
allowFontScaling: false,
}}
I also have this problem. The suggestion by @hossein-zare does not work... This DropDownPicker is the only component that doesn't work with disable font scaling.. :-(
Oh Wow! Been practically stuck on this for days! In my case, I am trying to implement this for the list Items.
Any resolution to this please @hossein-zare ??