From V5 to V6
Why this upgrade
This major version is here to follow React Native major version
First follow the migration guide of React Native:
https://capacitorjs.com/docs/updating/6-0
Install
npm i @codepushgo/capacitor-updater@6
Then sync the native code update:
npx cap sync
That it ! Pretty easy !