Hi Folks,
Perhaps someone can provide some guidance. I’ve scoured the docs and the web in the hopes of finding an integrated way to use the Ionic 4 CLI to create the icons for my Ionic 4 / React / Capacitor apps.
The docs mention the “ionic cordova resources” CLI command, but that isn’t supported in React projects. Some online articles like this mention using the “ionic resources” command, but that returns an error that the command isn’t found.
I tried creating an Ionic 4/Angular app designed to just create the icons using the “ionic cordova resouces” command and it does create all the icons but when I copy them to my react-based app and do a built the icons aren’t integrated into the Android or iOS apps for packaging.
Thanks in advance for your advice!