A problem occurred configuring project ':nodejs-mobile-react-native'.
> Could not resolve all files for configuration ':nodejs-mobile-react-native:classpath'.
> Could not find com.android.tools.build:gradle:2.2.3.
Searched in the following locations:
- https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.3/gradle-2.2.3.pom
jcenter() is deprecated, and that is what caused the issue with android build.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
nodejs-mobile-react-native@18.17.7
for the project I'm working on.Here is the diff that solved my problem:
App was failing with this error message:
jcenter()
is deprecated, and that is what caused the issue with android build.