mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 14:48:25 +00:00
Summary: This diff moves the dispatching of views to the React Choreographer, this help to sort the mount of views following the order specified in the ReactChoreographer class. This also enables synchronous and correct order for mounting of views that are dispatched in the UI Thread. Reviewed By: sahrens Differential Revision: D13444487 fbshipit-source-id: d8a43f473b07c9ccf7ea3bc9ab90545ec3c9ecee
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.