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
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.
The text was updated successfully, but these errors were encountered:
use pickerFontFamily: Platform.OS === 'ios' ? 'System Font' : 'Roboto-Regular',
pickerFontFamily: Platform.OS === 'ios' ? 'System Font' : 'Roboto-Regular',
Sorry, something went wrong.
if i have to use my own font family, is there any other way to solve the problem of incomplete font display
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: