I'm a newbie when it comes to Nativescript, and I'm looking to change the icon for my app. After doing some research, I found this command:
tns resources generate splashes <path to image> [--background <color>]
This command seems like an easy way to add images/icons to the resources folders, but I couldn't find any information on the recommended size, resolutions, or file types needed.
Can I simply use an SVG image and call it a day? As far as I know, SVG files don't lose quality when resized.