mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0a3ddce928
Summary: Binding.cpp shares many responsibilities, including surface management and mount. This change refactors mount (and mount items) into separate files, while retaining the same functionality and interface. Changelog: [Internal][Android] - Refactor mount into FabricMountingManager Reviewed By: mdvacca Differential Revision: D32977902 fbshipit-source-id: 07cdf5a19033fccaa81901e5b9a4d44192ec7853
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.