Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UIExplorer <Text /> example to respect ultralight font
Summary:Fixes #6735 On font sizes smaller than 20, iOS will swap SystemFont to SF version optimised for smaller sizes which does not have ultralight and thin. That results in ultralight and light example to be rendered with the same weight. Bumping to `20` makes it render differently as per below screenshot https://cloud.githubusercontent.com/assets/2464966/14622260/0789e500-05c9-11e6-920a-8c948a5b79b4.png Closes #7044 Differential Revision: D3212565 Pulled By: mkonicek fb-gh-sync-id: 5ffad136c7f4126c271366640c89673f30a99218 fbshipit-source-id: 5ffad136c7f4126c271366640c89673f30a99218
- Loading branch information
881eda2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~