-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this library dead? #171
Comments
+1 |
happened to me as well but it is fixed now. not sure if that's the case for you. |
This artifact is not located on jitpack repository, it is located at Spring Plugins repository (https://repo.spring.io/plugins-release/) which is not public anymore. Look: https://mvnrepository.com/artifact/cn.aigestudio.wheelpicker/WheelPicker/1.1.2 It would be possible to move to a public repository? |
It is in this repository. https://maven.scijava.org/content/repositories/public/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/ |
Just inline it into your own project. Repo dependency is not an issue anymore ;) |
Can you tell me please how to do that |
Clone the repo, copy the folder of the library source code into your own project as "wheelpicker" and then add |
Thank you so much @fatso83 Add it to the package "@delightfulstudio/react-native-wheel-picker-android" under node_modules don't forget to change the package name to com.delightfulstudio.wheelpicker.model; Comment in build.gradle Also, I need to get some missing sources from |
This worked for me: #179 |
this library is used in a react native package I'm trying to test, whenever i run the app after installing that package I'm getting the following error:
Could not resolve cn.aigestudio.wheelpicker:WheelPicker:1.0.3.
> Could not get resource 'https://www.jitpack.io/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom'.
> Could not GET 'https://www.jitpack.io/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom'. Received status code 401 from server: Unauthorized
Is there any solution for this issue, or is this library dead and I have to look for something else?
The text was updated successfully, but these errors were encountered: