From e2813fbfc382c784e54b382b8ba3992c6ee0cbe2 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 4 Oct 2017 19:53:35 +0100 Subject: [PATCH] Update installation-android.md --- docs/installation-android.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation-android.md b/docs/installation-android.md index 199da1eb..1d241cf6 100644 --- a/docs/installation-android.md +++ b/docs/installation-android.md @@ -67,7 +67,12 @@ required reference to the repositories section of the *project* level build.grad ```groovy allprojects { repositories { - // ... + // ... + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url "$rootDir/../node_modules/react-native/android" + }, + // Add this below the existing maven property above: maven { url 'https://maven.google.com' }