react-native-picker
react-native-picker copied to clipboard
Changing font size hides title toolbar
Hi there,
I am facing one issues where I'm applying fontSize 22, but Title toolbar with confirm and cancel buttons hide when increasing size.
use pickerFontFamily: Platform.OS === 'ios' ? 'System Font' : 'Roboto-Regular',
use
pickerFontFamily: Platform.OS === 'ios' ? 'System Font' : 'Roboto-Regular',
if i have to use my own font family, is there any other way to solve the problem of incomplete font display