react-native/ReactAndroid
Igor Mandrigin 72d47ff50d
[android, ios] Parse bold/italic/code in a text field.
2019-06-25 10:19:53 +02:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src [android, ios] Parse bold/italic/code in a text field. 2019-06-25 10:19:53 +02:00
.npmignore
DevExperience.md
README.md
build.gradle bump targetSdkVersion to 28 (#23431) 2019-02-13 17:12:08 +01:00
gradle.properties [0.59.9] Bump version numbers 2019-06-05 17:04:38 +01:00
proguard-rules.pro Remove UIProp class from redex and proguard rules, it doesn't exist 2019-01-28 14:42:03 -08:00
release.gradle Prepare Groovy scripts for Kotlin DSL migration (#23355) 2019-02-09 10:18:07 -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.