react-native/ReactAndroid
Roman Volosovskyi 52f9a432c9
fix ".. != Float.NaN" condition
2018-07-05 18:54:00 +03:00
..
libs Make xplat react native files buildable 2018-01-21 22:05:05 -08:00
src fix ".. != Float.NaN" condition 2018-07-05 18:54:00 +03:00
.npmignore
DevExperience.md CHORE - Remove Trailing Spaces 2016-04-06 09:21:53 -07:00
README.md Add scripts for running tests locally 2016-05-04 08:58:18 -07:00
build.gradle Extend Navigation to support "is_fabric" param from native 2018-02-13 13:50:22 -08:00
gradle.properties [0.55.4] Bump version numbers 2018-04-27 18:34:36 +02: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.