mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
6c17110d2e
Summary: This moves all deps on the checked in fbreact/specs files to use the generated output (during build time) instead. TLDR: `react_native_target("java/com/facebook/fbreact/specs:FBReactNativeSpec")` ==> `react_native_root_target("Libraries:generated_java_modules-FBReactNativeSpec")` Changelog: [Internal] Reviewed By: RSNara Differential Revision: D24520293 fbshipit-source-id: 3fb34f172f1ab89b7198dfb4fccf605fbc32d660 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
Android-prebuilt.mk | ||
build.gradle | ||
DevExperience.md | ||
gradle.properties | ||
proguard-rules.pro | ||
README.md | ||
release.gradle |
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.