I want to migrate existing splash screen with new Splash Screen api.Currently we are using android:windowBackground to display splashscreen.Attached sample image for example. https://i.stack.imgur.com/9i9zu.jpg

** Also check react-native-bootsplash library as this library give support for android 12 but how to add text below icon using this library?**

1

There are 1 best solutions below

0
On

You can use windowSplashScreenBrandingImage

<item name="android:windowSplashScreenBrandingImage">@drawable/...</item>