Update migration-guide.md

This commit is contained in:
Michael Diarmid 2017-10-04 19:58:30 +01:00 committed by GitHub
parent 861ff377d6
commit 704758bfbf
1 changed files with 3 additions and 1 deletions

View File

@ -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'
}