react-native/ReactAndroid
Sebastian Markbage 5028d48382 Wire up event handler bindings
Reviewed By: mdvacca

Differential Revision: D8048409

fbshipit-source-id: 5706130607302b4be2287cc303def7c2fb398bc8
2018-05-22 00:12:35 -07:00
..
libs Make xplat react native files buildable 2018-01-21 22:05:05 -08:00
src Wire up event handler bindings 2018-05-22 00:12:35 -07:00
.npmignore
DevExperience.md
README.md
build.gradle android compileSdkVersion 26, use buildToolsVersion 26.0.3 2018-05-15 09:28:41 -07:00
gradle.properties fixed mockito version 2016-10-04 10:43:35 -07:00
proguard-rules.pro remove fresco proguard rules 2018-05-14 11:18:05 -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.