react-native-date-picker
react-native-date-picker copied to clipboard
Could not find com.github.henninghall:numberpickerview:v1.1.5
Describe the bug I just installed the latest version from npm but i am getting this error while running app Could not find com.github.henninghall:numberpickerview:v1.1.5.
Smartphone (please complete the following information):
- OS: [Android]
- React Native version [e.g. 0.64]
- react-native-date-picker version [e.g. 4.0.0]
https://githubmemory.com/repo/henninghall/react-native-date-picker/issues/310
Looks like you need to add
maven { url 'https://www.jitpack.io' }
https://githubmemory.com/repo/henninghall/react-native-date-picker/issues/310
Looks like you need to add
maven { url 'https://www.jitpack.io' }
It's still not working for me. React Native version [e.g. 0.70.1] "react-native-date-picker": "^4.2.5",
I am having the same issue.
Same issue..
Well it seems that https://www.jitpack.io is down, and that's why the library can't be fetched. https://github.com/jitpack/jitpack.io/issues/5239
This is issue from 2021, now we have another error #5239
Jitpack down. https://www.saashub.com/jitpack-status
same issue here
same issue here
they say it is back up: https://github.com/jitpack/jitpack.io/issues/5239#issuecomment-1260780833
same issue here: Could not determine artifacts for com.github.henninghall:numberpickerview:v1.1.5: Skipped due to earlier error
This error happens when jitpack is down. It is back up now after some downtime today.
@henninghall Hi there! First of all - many thanks for the package!
maven { url 'https://www.jitpack.io' }
Should it be added somewhere in the docs? Couldn't build one of my RN project without this line of code.