UNPKG

react-native-splash-view

Version:

A lightweight splash screen library for React Native.

11 lines (8 loc) 338 B
<resources> <style name="SplashScreen_SplashAnimation"> <item name="android:windowExitAnimation">@android:anim/fade_out</item> </style> <style name="SplashScreen_SplashTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowAnimationStyle">@style/SplashScreen_SplashAnimation</item> </style> </resources>