react-native/ReactAndroid
Kevin Gozali 6c17110d2e Codegen Android: used generated output instead of the checked-in spec files
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
2020-10-26 22:02:05 -07:00
..
libs
src Codegen Android: used generated output instead of the checked-in spec files 2020-10-26 22:02:05 -07:00
.npmignore
Android-prebuilt.mk Android: add libglog prebuilt .so definition 2020-10-19 09:33:53 -07:00
build.gradle Upgrade minsdkversion of RN OSS template to API level 21 2020-10-20 17:00:47 -07:00
DevExperience.md
gradle.properties Fix React Native Robolectric 4.4 deps (#30073) 2020-09-29 22:51:46 -07:00
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.