react-hooks icon indicating copy to clipboard operation
react-hooks copied to clipboard

Capacitor v4 Support

Open kristojorg opened this issue 3 years ago • 2 comments

Describe the bug When I run npm install with @capacitor-community/storage-react and @capacitor/[email protected] 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+

kristojorg avatar Oct 11 '22 17:10 kristojorg

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

samanthaandrews avatar Nov 30 '22 17:11 samanthaandrews

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

nqasid avatar Apr 19 '23 08:04 nqasid