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

修改字体无效

Open HeMa321 opened this issue 5 years ago • 1 comments
trafficstars

image

Picker.init({ pickerBg: [255, 255, 255, 1], pickerConfirmBtnColor: [82, 115, 255, 1], pickerCancelBtnColor: [82, 115, 255, 1], pickerData: data, selectedValue: selectedValue, pickerTitleText: title, pickerRowHeight: 60, pickerToolBarFontSize: 20, pickerFontSize: 26, pickerConfirmBtnText: 'OK', pickerCancelBtnText: 'CANCEL', //确定

我这样设置了 不管pickerFontSize设置25还是50,这个字体大小还是一样,请教下 android ios字体应该怎么设置?

HeMa321 avatar Apr 01 '20 17:04 HeMa321

请试着加上字体:

pickerFontFamily: isIOS ? 'System Font' : 'Roboto-Regular',

ajaxsys avatar Sep 21 '20 16:09 ajaxsys