Open mrifat1 opened 1 year ago
Having the same issue as well
after check through here and there, it seems jitpack is down, link https://github.com/jitpack/jitpack.io/issues/5337
Same here 😵
Any way to resolve it?
this was due to jitpack server were busy
it can be closed now as this was fixed in my case after jitpack servers are online again
This is still happening, any idea on how to fix it?
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3.
Required by:
project :app > project :react-native-pdf
> Could not resolve com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3.
> Could not get resource 'https://wwww.jitpack.io/com/github/TalbotGooday/AndroidPdfViewer/3.1.0-beta.3/AndroidPdfViewer-3.1.0-beta.3.pom'.
> Could not HEAD 'https://wwww.jitpack.io/com/github/TalbotGooday/AndroidPdfViewer/3.1.0-beta.3/AndroidPdfViewer-3.1.0-beta.3.pom'.
> wwww.jitpack.io
What
react-native
version are you using?0.70.6
What
react-native-pdf
version are you using?6.4.2
What platform does your issue occur on? (android/ios/both)
android
The Error
I have updated our project from React-native
0.66.3
to0.70.6
. But this issue occured. I have also added thismaven { url 'https://jitpack.io' }
. But it still doesn't work.My
build.gradle
:It worked fine in my earlier version of react native. After upgrading to new version(0.70.6) , it occurs this error.