UNPKG

expo-splash-screen

Version:

Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.

14 lines (12 loc) 355 B
<!-- Settings in this file should/will be overridden by specific app's resources. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@color/splashscreen_background"/> <item> <bitmap android:gravity="center" android:src="@drawable/splashscreen_image" /> </item> </layer-list>