mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
41fb336ff2
Summary: Due to subtle differences in lifecycle on the native side, as well as in JS, Fabric constructs partial graphs more frequently than non-Fabric RN did. We still crash if we detect a cycle, which we check for more explicitly now; and we still always crash in non-Fabric. But if we detect a partial graph in Fabric, we warn instead of crashing. We also print the state of the graph before crashing/warning, to assist in debugging in production. Changelog: [Internal] Reviewed By: shergin Differential Revision: D22752291 fbshipit-source-id: f452892678fbe7b5a49f93644d39d3b6ae5bda75
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.