mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f8eaab4fdc
Summary: There's a crash for a small number of users that looks like it is happening when cutting the text via a context menu, or deleting content near the end. This is only happening because we cache the Spannable and it detects changes due to the cache mechanism itself. I'm making a minor change that will hopefully result in Spannables being copied instead of the same Spannable instances being used for display on the View and measurement; and also swallowing this error, since it should not be considered as a fatal, unrecoverable error for now. Hopefully we can delete entirely in the future. Changelog: [Internal] Reviewed By: shergin Differential Revision: D24430622 fbshipit-source-id: 495458b3d85733e46a7e62b5c954b7cb6b00470b
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.