clipboard
clipboard copied to clipboard
NPM wrong versions?
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.
@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.
What is the correct version to use in the end?
What's the status here?
Waiting for the maintainer to fix it I guess.
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
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
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.