跳过内容

从V5到V6

本次重大版本是为了跟随 Capacitor 的重大版本

首先遵循 Capacitor 的迁移指南:

https://capacitorjs.com/docs/updating/6-0

npm i @capgo/capacitor-updater@6

Then sync the native code update:

npx cap sync

就这样!很简单!