react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

Could not find com.github.henninghall:numberpickerview:v1.1.5

Open Lekhrajk opened this issue 3 years ago • 1 comments

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]

Lekhrajk avatar Sep 23 '21 20:09 Lekhrajk

https://githubmemory.com/repo/henninghall/react-native-date-picker/issues/310

Looks like you need to add maven { url 'https://www.jitpack.io' }

delmendo avatar Oct 22 '21 16:10 delmendo

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",

elsieej avatar Sep 28 '22 08:09 elsieej

I am having the same issue.

Umesh079 avatar Sep 28 '22 08:09 Umesh079

Same issue..

SmolinPavel avatar Sep 28 '22 09:09 SmolinPavel

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

giekus avatar Sep 28 '22 09:09 giekus

This is issue from 2021, now we have another error #5239

Norbiros avatar Sep 28 '22 10:09 Norbiros

Jitpack down. https://www.saashub.com/jitpack-status

Umesh079 avatar Sep 28 '22 10:09 Umesh079

same issue here

rnkdsh avatar Sep 28 '22 10:09 rnkdsh

same issue here

raviranjan31 avatar Sep 28 '22 11:09 raviranjan31

they say it is back up: https://github.com/jitpack/jitpack.io/issues/5239#issuecomment-1260780833

abumalick avatar Sep 28 '22 12:09 abumalick

same issue here: Could not determine artifacts for com.github.henninghall:numberpickerview:v1.1.5: Skipped due to earlier error

Birat77 avatar Dec 23 '22 04:12 Birat77

This error happens when jitpack is down. It is back up now after some downtime today.

henninghall avatar Dec 23 '22 18:12 henninghall

@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.

unstoo avatar Mar 05 '24 12:03 unstoo