mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c291265508
Summary: This diff reintroduces the CoreComponentsRegistry class to register core components in the RN Tester app. This class was previously deleted as part of D23091020 (https://github.com/facebook/react-native/commit/7fb1afae7f4b78970463e272b7d4f3230e84887d). Different from a past approach, this diff doesn't use inheritance for Hybrid classes (which seems to bring problems in Android 4 devices) I'm planning to land this diff after I verify that D23091020 (https://github.com/facebook/react-native/commit/7fb1afae7f4b78970463e272b7d4f3230e84887d) fixed RC (maybe I will wait until sunday's cut) changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D23109856 fbshipit-source-id: 5220e522e197f701c782ab5089f9f1036ec90c19
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.