mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
b461c70b76
Summary: Not every CSSNode in a hierarchy is a FlatShadowNode, some virtual nodes can be ReactShadowNodes for compatibility with ART nodes. This diff fixes StateBuilder unconditionally casting a node to FlatShadowNode, which is causing a crash in Groups. Reviewed By: nickholub Differential Revision: D2941031
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.