I am a bit naïve in mobile development and building a react native app via expo. Consider the following cases:
- Images/Icons within app
- App Icon
- Splash Screen
Which format and dimensions of the images (used as icons) are ideal for android+ios. Do we need to define icons for every dpi (ldpi, mdpi, tvdpi, hdpi, xhdpi, xxhdpi, xxxhdp) OR svg (vector graphics) can be used instead. Which format has support for both IOS+android?