UNPKG

react-native-bootsplash

Version:

Display a bootsplash on your app starts. Hide it when you want.

9 lines (8 loc) 401 B
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.BootSplash" parent="Theme.BootSplash.Common"> <item name="android:windowSplashScreenBackground">?bootSplashBackground</item> <item name="android:windowSplashScreenAnimatedIcon">?bootSplashLogo</item> <item name="android:windowSplashScreenBrandingImage">?bootSplashBrand</item> </style> </resources>