April 2017
Beginner to intermediate
378 pages
7h 57m
English
When you add a new platform, by default the resources folder is created with icons and splash screens for the given platform. These icons and splash screens are default images. If you would like to use your logo or icon for the project, all you need to do is run the Ionic resources command.
This command will look for an image named icon.png inside the resources folder to create icons for all devices for that OS, and splash.png inside the resources folder to create splash screens for all the devices for that OS.
You can replace these two images with your brand images and run:
ionic resources
If you want to convert only icons, you can pass in an -i flag and only splash screens with a -s flag.
Note: You can also use .png and ...
Read now
Unlock full access