Skip to content

beatjs/react-android

Repository files navigation

react-android

Adnroid CI with Gradle

Step 1. Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
	maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.beatjs:react-android:0.63.4.+'
}