mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
68580fcab6
Summary: In some rare cases, RCTText.measure can receive negative width which will crash with an assertion in android.text.Layout because it expects a positive value. This is a temporary fix to treat negative values as unconstrained width until the original bug is fixed. Reviewed By: sriramramani Differential Revision: D3038767
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.