mirror of
https://github.com/status-im/react-native.git
synced 2025-02-14 02:17:14 +00:00
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.