react-native/ReactAndroid
David Vacca 7e824867ca Make Spacing cloneable
Reviewed By: achen1

Differential Revision: D7626745

fbshipit-source-id: ca6070a99d561ee5d5dd27456116dd2de75d2bf3
2018-04-18 19:04:01 -07:00
..
libs Make xplat react native files buildable 2018-01-21 22:05:05 -08:00
src Make Spacing cloneable 2018-04-18 19:04:01 -07:00
.npmignore
DevExperience.md
README.md Add scripts for running tests locally 2016-05-04 08:58:18 -07:00
build.gradle OSS: upgrade Folly 2016.09.26 => 2016.10.31 2018-04-13 17:33:23 -07:00
gradle.properties fixed mockito version 2016-10-04 10:43:35 -07:00
proguard-rules.pro Inline and fix proguard rules 2018-04-05 17:34:53 -07:00
release.gradle Update ReactAndroid build script to support gradle 2.3.0 2018-02-23 19:16:02 -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.