UNPKG

@attarchi/react-native-lottie-splash-screen

Version:

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

12 lines (11 loc) 500 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> <style name="SplashScreen_Fullscreen" parent="SplashScreen_SplashTheme"> <item name="android:windowFullscreen">true</item> </style> </resources>