Integrate your new app with Capacitor to target native iOS and Android? code example
Example 1: how to add capacitor in ionic
cd myApp
ionic integrations enable capacitor
Example 2: how to add capacitor in ionic
ionic start myApp tabs --capacitor
cd myApp