mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 10:34:57 +00:00
a373bf705d
Summary: This diff removes the Nodes implementation from the source code. Why I'm deleting this code: - I enabled nodes in catalyst app and it doesn't render even the first screen (see error images) - This code is not being used at all inside facebook - The last relevant commit I found was done in April 2017. - Deleting this code make it easy to do refactors, as we don't have to modify this code. When rendering an Image: {F131075074} When clicking on "RELOAD": {F131075075} Based on these errors I assume that this is not being used in Open Source. CC @[121800083:hramos] Reviewed By: hramos Differential Revision: D8640978 fbshipit-source-id: 243ee6440ebdbd24fd9f3daadc1066fd8487d9cc
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.