mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This Diff is adapting the codegen configuration for ReactAndroid to specify a path for the codegen package. I've used the `findNodeModulePath` so this will work for both: * The top level OSS project as `node_modules` will be at the top level * The scenario where ReactAndroid will be included and built from source (as `node_modules` is in the `..` folder). Changelog: [Internal] [Changed] - Use explicit codegen path in ReactAndroid Reviewed By: mdvacca Differential Revision: D31730920 fbshipit-source-id: 6637da5d0098114f4379bcaeb8a40e976c46f194
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.