Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

v2.6.0

Compare
Choose a tag to compare
@fractalwrench fractalwrench released this 07 Nov 16:36
· 476 commits to master since this release

IMPORTANT UPGRADE NOTE:

Please ensure that Google's maven repository is specified in your android/build.gradle:

allprojects {
    repositories {
        // React Native default repository
        maven { url "$rootDir/../node_modules/react-native/android" }

        // Add this:
        maven { url 'https://maven.google.com' }
    }
}