-
I used Android xml (from SVG) file with v3.2.4, but the same way is not working well with v5.4.1. This is the way I used Android xml with v3.2.4, if it is still supported, can you guide how to do with v5.4.1 ? android/app/src/main/res/values/styles.xml
android/app/src/main/res/drawable/launchscreen.xml
|
Beta Was this translation helpful? Give feedback.
Answered by
zoontek
Jun 20, 2024
Replies: 1 comment 5 replies
-
You can use vectors, but not full screen ones, it has to respect a certain size and position: https://developer.android.com/develop/ui/views/launch/splash-screen This is mandatory since Android 12+. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create vector drawables for bootSplashLogo, bootSplashBrand, replace the pngs, done 😄