UNPKG

react-native-splash-screen

Version:

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.

9 lines (8 loc) 352 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>