Hi there,
I’m using presentation-capacitor in my Capacitor project, but I recently upgraded to Capacitor 7, and it seems that the plugin is not compatible.
When trying to install Capacitor 7, I get the following error:
npm error peer @capacitor/core@"^6.0.0" from presentation-capacitor@0.1.5
Expected Behavior:
• Would it be possible to release a new version of presentation-capacitor that supports Capacitor 7?
• If there are breaking changes, is there a recommended workaround or migration path?
Steps to Reproduce:
1. Run npm install @capacitor/core@latest @capacitor/cli@latest
2. Try to install presentation-capacitor
3. See the dependency conflict error
Current Workaround:
Right now, the only way to use presentation-capacitor is to stay on Capacitor 6, which blocks me from using new features of Capacitor 7.
Hi there,
I’m using presentation-capacitor in my Capacitor project, but I recently upgraded to Capacitor 7, and it seems that the plugin is not compatible.
When trying to install Capacitor 7, I get the following error:
npm error peer @capacitor/core@"^6.0.0" from presentation-capacitor@0.1.5Expected Behavior:
• Would it be possible to release a new version of presentation-capacitor that supports Capacitor 7?
• If there are breaking changes, is there a recommended workaround or migration path?
Steps to Reproduce:
1. Run npm install @capacitor/core@latest @capacitor/cli@latest
2. Try to install presentation-capacitor
3. See the dependency conflict error
Current Workaround:
Right now, the only way to use presentation-capacitor is to stay on Capacitor 6, which blocks me from using new features of Capacitor 7.