Closed coreyjv closed 3 years ago
anyone able to review / merge this? @mlynch / @liamdebeasi ?
what's blocking this PR? Is there an "official" fork with this PR?
any updates on this PR?
@coreyjv maybe contact capacitor team on twitter as they suggested in README.md?
Hi @coreyjv,
Thanks for this PR, however, we needed to take a different approach as this way will require to install all the Capacitor plugins even if you don't use them. This was something we got away from in Capacitor 3 by breaking out all the plugins into their own packages. We did the same with the React hooks, as each hook is now in its own package.
This PR for the most part was updating test mocks to be plugin package specific and changing from deprecated interfaces/methods/properties to the newly supported ones. I bumped the TypeScript version an
tsconfig.json
to match that of Capacitor v3.