Update migration-guide.md
This commit is contained in:
parent
861ff377d6
commit
704758bfbf
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue