How to add branding name and logo in android api level 12 and below api level using new android 12 behaviour changes in React Native?

454 views Asked by At

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 answers

0
Vladan Mikic On

You can use windowSplashScreenBrandingImage

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