From 704758bfbfc61cec4564083717b99ce9f8588825 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 4 Oct 2017 19:58:30 +0100 Subject: [PATCH] Update migration-guide.md --- docs/migration-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index ed7ebc63..010ff34e 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -66,7 +66,9 @@ allprojects { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } - // ADD THIS SECTION HERE + // ------------------------------------------------- + // Add this below the existing maven property above + // ------------------------------------------------- maven { url 'https://maven.google.com' }