Closed remonvdeijnden closed 3 years ago
I think you can just use npm install capacitor-rate-app@0.1.1
that's version that should work with Capacitor 2.x. Or that is not working?
Also you can use commit hash instead of version something like npm install capacitor-rate-app@b9c27bf6e5a7c1fa9c18f5e67b54744898de93f1
Feel free to reopen, if you think this is still an issue :)
Ran into this myself, glad I found this thread. I imagine it would be useful to include a note in the README — most people are still on Capacitor 2 given that 3 is still in beta.
3.0 is out at this point, so you can probably ignore my last comment :)
The latest changes make this plugin incompatible with Capacitor 2.x As a quick workaround, i've created a fork from an older commit: https://github.com/remonvdeijnden/capacitor-rate-app
Suggestion: Create separate releases (tags) on the main branch so users of this plugin are able to use the version matching their version of Capacitor. ✌️