react-native-clipboard / clipboard

React Native Clipboard API for both iOS and Android.
MIT License
690 stars 142 forks source link

NPM wrong versions? #131

Open cristianoccazinsp opened 2 years ago

cristianoccazinsp commented 2 years ago

Current latest version in github is 1.9.0, and it was in npm as well until recently. NPM is capped at 1.8.5 now, what's up?

@Naturalclar can you take a look? I can't tell whether or not 1.8.5 from npm has 1.9.0 fixes.

Naturalclar commented 2 years ago

@cristianoccazinsp just noticed this now, thanks for the notice and sorry for the confusion I've mistakenly published 1.8.5 thinking 1.9.0 doesn't exist. I will resolve the issue today and release a latest version.

radko93 commented 2 years ago

What is the correct version to use in the end?

jarredt commented 2 years ago

What's the status here?

cristianoccazinsp commented 2 years ago

Waiting for the maintainer to fix it I guess.

mindira5 commented 2 years ago

Any update on this, what is correct latest version? I am not able to use even 1.8.5 or 1.8.4. Getting below error Couldn't find any versions for "@react-native-community/clipboard" that matches "1.8.4" ? Please choose a version of "@react-native-community/clipboard" from this list: (Use arrow keys) ❯ 1.5.1 1.5.0 1.4.0 1.3.0 1.2.3

kristiangerkman commented 2 years ago

Any update on this, what is correct latest version? I am not able to use even 1.8.5 or 1.8.4. Getting below error Couldn't find any versions for "@react-native-community/clipboard" that matches "1.8.4" ? Please choose a version of "@react-native-community/clipboard" from this list: (Use arrow keys) ❯ 1.5.1 1.5.0 1.4.0 1.3.0 1.2.3

I believe you need to change the community to clipboard as per: https://github.com/react-native-clipboard/clipboard/releases/tag/v1.6.0

pke commented 2 years ago

I really wonder why all the community packages midway changed their package name (and not noting this on the original repo or during npm installs). Really frustrating.