Add to project with Capacitor
gabsprates opened this issue · 1 comments
gabsprates commented
Is there a way to install and use this on projects using Capacitor instead of Cordova?
gabsprates commented
I just figure it out that that is a way.
It is necessary install jetifier
and run it after the installation of package com.batch.cordova
.
Also, after that, it is necessary to run npx cap sync
.
Thanks!