It seems that somehow the android/tools/common
library has been deleted
(pom, jar).
This caused many react native libraries that are using an old gradle version in their classpath (e.g com.android.tools.build:gradle:2.2.3
) to not being able to sync
How can i fix it?
Update, I had to add more code to build.gradle
This is my fix, I did not fork repos just used this workaround: add this to your build.gradle file, the sibling of settings.gradle file
In my build.gradle file (of the project not the app) i've added the new bintray url first but also had to add all the others after: