mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
eaedb10755
Summary: Right now the FbReactInstanceDelegate provides a list of view managers to the instance during initialization, this means that we're basically eagerly loading all of the view manager classes. In this change we use ViewManagerResolver instead. Changelog: [Android][Changed] - Move ViewManagerResolver into a seperate file Reviewed By: mdvacca Differential Revision: D26424214 fbshipit-source-id: 550ade31c256a56d6e32c463f112ea16dd55a218
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.