You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Jcenter will shutdown and it is not stable at the moment causing android builds either debug or release APKs to fail. Jcenter is used in the build.gradle file
Just creating an issue so we can track when a version without jcenter can be pulled for our app releases.
Path: react-native-action-sheet/android/build.gradle
Code :
repositories {
google()
jcenter()
}