react-native-pager-view icon indicating copy to clipboard operation
react-native-pager-view copied to clipboard

Jcenter needs to be removed

Open AdhamMahmoud98 opened this issue 4 years ago • 1 comments

Environment

Android

Description

Jcenter is not stable at the moment and its support will be discontinued. I am trying to compile my app locally and I getting this issue due to jcenter

Could not download kotlin-build-common-1.5.30.jar (org.jetbrains.kotlin:kotlin-build-common:1.5.30) > Could not get resource 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-build-common/1.5.30/kotlin-build-common-1.5.30.jar'. > Could not GET 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-build-common/1.5.30/kotlin-build-common-1.5.30.jar'. Received status code 502 from server: Bad Gateway

AdhamMahmoud98 avatar Jan 16 '22 11:01 AdhamMahmoud98

I also have this problem. Have you solved it

wiscgazf avatar Jul 03 '22 09:07 wiscgazf

@troZee @krozniata can you consider removing jcenter in favor of maven?

Jcenter is currently down, see: https://github.com/facebook/react-native/issues/35136 which breaks apps with react-native-pager-view,. Jcenter is already read only for quite some time now. Even though they said it will stay, online indefinitly there is a risk of it shutting down forever.

mauricedoepke avatar Oct 30 '22 20:10 mauricedoepke

I can confirm this is a problem with me too. Until today I wasn't experiencing any issues with react-native-pager-view, but today the app won't build and fails everytime on this package.

andre-luiz1997 avatar Oct 31 '22 00:10 andre-luiz1997

https://github.com/callstack/react-native-pager-view/releases/tag/v6.0.2

troZee avatar Oct 31 '22 07:10 troZee

https://github.com/callstack/react-native-pager-view/releases/tag/v6.0.2

@troZee thank you

ivanichi avatar Oct 31 '22 07:10 ivanichi

https://github.com/callstack/react-native-pager-view/releases/tag/v6.0.2

Can I use Lazy page loading with this version?

FungkiPandu avatar Oct 31 '22 09:10 FungkiPandu