react-native-macos/ReactAndroid
Ron Edelstein aa65be8ef8 Make autoglob a required parameter of robolectric tests
Reviewed By: strulovich

Differential Revision: D26013246

fbshipit-source-id: fd7f014cc55c8640b96032d843aa2ce81ac9bfa8
2021-01-22 16:35:08 -08:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Make autoglob a required parameter of robolectric tests 2021-01-22 16:35:08 -08:00
.npmignore Don't publish /ReactAndroid/build to npm, update version on master 2015-10-12 11:11:40 -07:00
Android-prebuilt.mk RNTester Android: generate Fabric JNI files during build time 2020-12-21 22:43:35 -08:00
DevExperience.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
README.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
build.gradle bump fresco to 2.3.0 (#30061) 2021-01-14 15:50:59 -08:00
gradle.properties bump fresco to 2.3.0 (#30061) 2021-01-14 15:50:59 -08:00
proguard-rules.pro Remove Okhttp3 Android Proguard Rules (#30514) 2020-12-17 09:41:17 -08:00
release.gradle cleanup release.gradle (#30468) 2020-12-08 15:56:51 -08:00

README.md

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.