Custom icon and splash in Ionic React Capacitor apps
Custom icon and splash in Ionic React Capacitor apps In this post, you will learn how to make custom Icon and Splash in your Capacitor Ionic React app. Capacitor is the latest buzz in hybrid app world. It is created to be a replacement and an improvement over Cordova. Creating icon and splash is pretty straight-forward in Cordova apps. You can need to create two .png files and run Cordova commands. But Capacitor gives user total command over native project code. So you’ll have to use native IDEs to create icons and splash for Ionic-React Capacitor apps. Also, Capacitor has its own Splash API for controlling Splash implementation. ...