I have been trying to build a react native app since the early hour of today but was getting the follwing errors:
> Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml'.
> Read timed out
After checking out https://jcenter.bintray.com, I found out it was down. Can anyone point me to the right option to resolve this issue? Is there any alternative since they said the site may not come back up?
jcenter()
was deprecated for a long time. Like, years, maybe 2 or 3 years even. For main libraries, there will be versions published under maven central, or their own repositories, depending on the library. You should check their respective documentations to find whether they have publications elsewhere. – Rothschild