react-native-bootsplash
Version:
Display a bootsplash on your app starts. Hide it when you want.
9 lines (8 loc) • 401 B
text/xml
<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>