react-native-picker icon indicating copy to clipboard operation
react-native-picker copied to clipboard

Changing font size hides title toolbar

Open mitesh-db opened this issue 4 years ago • 2 comments

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.

mitesh-db avatar Jan 19 '21 09:01 mitesh-db

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

ManhVuTien avatar Jun 18 '21 05:06 ManhVuTien

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

ChenAndKai avatar Apr 21 '22 22:04 ChenAndKai