We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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字体应该怎么设置?
The text was updated successfully, but these errors were encountered:
请试着加上字体:
pickerFontFamily: isIOS ? 'System Font' : 'Roboto-Regular',
Sorry, something went wrong.
No branches or pull requests
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字体应该怎么设置?
The text was updated successfully, but these errors were encountered: