beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 785 forks source link

Changing font size hides title toolbar #417

Open mitesh-db opened 3 years ago

mitesh-db commented 3 years ago

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.

ManhVuTien commented 3 years ago

use pickerFontFamily: Platform.OS === 'ios' ? 'System Font' : 'Roboto-Regular',

ChenAndKai commented 2 years ago

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