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

Capacitor v4 Support #47

Open
kristojorg opened this issue Oct 11, 2022 · 2 comments
Open

Capacitor v4 Support #47

kristojorg opened this issue Oct 11, 2022 · 2 comments

Comments

@kristojorg
Copy link

Describe the bug
When I run npm install with @capacitor-community/storage-react and @capacitor/core@4.3.0 in my package.json, I run in to a peer dependency error because @capacitor-community/storage-react requires @capacitor/core@">=3.0.0". If the hooks are compatible, we should simply update the peerDependencies list in each to add capacitor v4.

To Reproduce
Steps to reproduce the behavior:

  1. set up a capacitor v4 project
  2. npm i @capacitor-community/storage-react
  3. See the peer dependency error in console

Expected behavior
The package should install without errors.

Screenshots
image

Desktop (please complete the following information):

  • OS: Mac OS Ventura
  • Browser N/A

Additional context
npm version 8+

@samanthaandrews
Copy link

I also ran into this issue recently and would like to upvote it 👍

@nqasid
Copy link

nqasid commented Apr 19, 2023

I guess we can assume this package has been abandoned? Unfortunate, if true.

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

3 participants