Closed Ternowy closed 6 years ago
Change the order.
allprojects {
repositories {
mavenLocal()
google() //***************1
jcenter() //***************2
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
}
}
I think, I must update some code, I'll do it asap.
Change the order.
allprojects { repositories { mavenLocal() google() //***************1 jcenter() //***************2 maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } } }
This solved my trouble
Console now, i'm trying just run android
Bahaviour 3 days before everything worked perfect, now we have such problem