It's possible to use Capacitor 5 with old Ionic 5 project?

I’ve to apply changes to an old Ionic 5 project (Capacitor 2) avoiding Ionic migration (to 6 and to 7). Can I migrate only native bridge Capacitor to revision 5 using an old Ionic revision? It’s compatible?
I cannot find anything about it inside documentation.

Thanks

Matteo C.

Which typescript version does Ionic 5 use?
I think Capacitor 3 and newer require Typescript 4 or newer, so if you can upgrade your Typescript version to 4, then it should work, no matter which Ionic version you use.

1 Like