diff --git a/android/build.gradle b/android/build.gradle index 919e64ac8..d5fa0f491 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,12 @@ apply plugin: 'com.android.library' 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" + } } buildscript {