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
It seems like the fontWeight prop behavior changed since RN 0.60. Related issue: facebook/react-native#25696
fontWeight
Expo SDK 35 using RN 0.59
Expo SDK 36 using RN 0.60
Should the default value of fontWeight in the HeaderTitle component be 'bold' on android platform ?
HeaderTitle
The text was updated successfully, but these errors were encountered:
Just change the expo version to reproduce https://snack.expo.io/@bruno.castro/headertitle-fontweight
Sorry, something went wrong.
fix: set Android HeaderTitle fontWeight to 'bold' (#308)
9fde3f7
@brunohkbx u can use this temporary solution before 0.62 release for Expo and RN: react-native-text-weight
Closing since this is now fixed in latest stack.
No branches or pull requests
It seems like the
fontWeight
prop behavior changed since RN 0.60.Related issue:
facebook/react-native#25696
Expo SDK 35 using RN 0.59
Expo SDK 36 using RN 0.60
Should the default value of fontWeight in the
HeaderTitle
component be 'bold' on android platform ?The text was updated successfully, but these errors were encountered: