Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
round up layoutWidth for Android 11 in ReactTextShadowNode
Summary: in Android 11, there's an issue where Text content is being clipped. The root cause appears to be a breaking change in how Android 11 is measuring text. rounding up the layoutWidth calculation mitigates the issue. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D23944772 fbshipit-source-id: 1639259da1c2c507c6bfc80fed377577316febac
- Loading branch information