mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
02005973ee
Summary: When I landed D24042677 (https://github.com/facebook/react-native/commit/030d2c1931fb9ff97f682343914503a1c359e1c4), I had the right idea in spirit but forgot to negate the if statement. Oops. This means that in non-Fabric, the cached spannable will be updated (potentially causing a crash) and the cached spannable will *never* be updated, meaning that most TextInputs will be measured as 0 in Fabric. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D24119952 fbshipit-source-id: dc86137956535e1f2b147bb432d050b3561e2658
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.