mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
286b38eb53
Summary: There is a very small volume of production errors caused by a View that is already in the hierarchy being added to the hierarchy again; this results in a crash on the Android platform layer. We detect and attempt to silently recover from this case, while logging and collecting more diagnostics. This will still crash in debug mode. It is unclear what layer this error is coming from: it could be an issue with the C++ differ (ordering, or something more tricky); that is unlikely but there are few other hypotheses at the moment. Changelog: [Internal] Reviewed By: javache Differential Revision: D37557663 fbshipit-source-id: ffe320ff646e314fa921a2c2cf8058254713505c
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.