Skip to content
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

Open
true-hamid opened this issue Apr 13, 2022 · 9 comments
Open

Is this library dead? #171

true-hamid opened this issue Apr 13, 2022 · 9 comments

Comments

@true-hamid
Copy link

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?

@gitburakalp
Copy link

+1

@farfalletonde
Copy link

happened to me as well but it is fixed now. not sure if that's the case for you.
i don't trust this library anymore though, i should implement it myself 😂

@danidelgadoz
Copy link

danidelgadoz commented Sep 16, 2022

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?

@ysoru
Copy link

ysoru commented Sep 18, 2024

@fatso83
Copy link

fatso83 commented Sep 18, 2024

Just inline it into your own project. Repo dependency is not an issue anymore ;)

@YahyawiAF
Copy link

Just inline it into your own project. Repo dependency is not an issue anymore ;)

Can you tell me please how to do that

@fatso83
Copy link

fatso83 commented Oct 7, 2024

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 include :wheelpicker in your Gradle build file.

@YahyawiAF
Copy link

YahyawiAF commented Oct 15, 2024

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 include :wheelpicker in your Gradle build file.

Thank you so much @fatso83
in my case, I download the source from WheelPicker:1.1.2

Add it to the package "@delightfulstudio/react-native-wheel-picker-android" under node_modules
_node_modules@delightfulstudio\react-native-wheel-picker-android\android\src\main\java\com\delightfulstudio\wheelpicker

don't forget to change the package name to com.delightfulstudio.wheelpicker.model;

Comment in build.gradle
// implementation "cn.aigestudio.wheelpicker:WheelPicker:1.1.2"

Also, I need to get some missing sources from
https://github.com/AigeStudio/WheelPicker/tree/main/WheelPicker/src/main/res
and save the changes with patch-package

image

@jpr0930
Copy link

jpr0930 commented Jan 8, 2025

This worked for me: #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants