mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8b61578076
Summary: ViewCommands are sort of like setNativeProps updates, in that they're direct manipulations of Views on-screen that don't go through the normal commit/diff process that other UI updates do. This is an MVP that shows how we can do this in non-Fabric RN. Changelog: [Internal] experiment, allow ViewCommands to be executed before other types of UIOperations Reviewed By: axe-fb, mdvacca Differential Revision: D20378633 fbshipit-source-id: 5f3c54d3c84b4e4f7cb060a9505b20b0e5b7afed
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.