From 4a1ebd005522357c070f6fa5df66fc124694c307 Mon Sep 17 00:00:00 2001 From: priyanka931 Date: Fri, 15 Dec 2017 14:53:18 +0530 Subject: [PATCH] Update build.gradle --- android/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 {