diff --git a/android/build.gradle b/android/build.gradle index 12ceac3..64d2cd9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,8 +29,12 @@ android { } repositories { - mavenCentral() + mavenLocal() jcenter() + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url "$projectDir/../../../node_modules/react-native/android" + } } dependencies {