1

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?**

waug
  • 11
  • 2

1 Answers1

1

You can use windowSplashScreenBrandingImage

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