Update installation-android.md
This commit is contained in:
parent
3d960fa7ba
commit
e2813fbfc3
|
@ -68,6 +68,11 @@ required reference to the repositories section of the *project* level build.grad
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
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 {
|
maven {
|
||||||
url 'https://maven.google.com'
|
url 'https://maven.google.com'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue