mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Add UI thread assertions and annotations to ReactRootView. Shouldn't have any immediate effect since these methods already call other methods that assert they're on the UI thread. Doing this to hoist assumptions higher up. Doing some very simple refactoring to the way cleanup happens to ensure aggressive cleanup in more instances. Reviewed By: shergin Differential Revision: D17860291 fbshipit-source-id: c87e0336594fa2327271b648eb8340e250235250
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.