Skip to content

Instantly share code, notes, and snippets.

@resting
Last active November 2, 2020 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save resting/0d65b5b45a6d5bb75505c0b0c041a798 to your computer and use it in GitHub Desktop.
Save resting/0d65b5b45a6d5bb75505c0b0c041a798 to your computer and use it in GitHub Desktop.
Fullscreen android react native splashscreen
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/splashscreen_bg"/>
<item
android:drawable="@mipmap/splash_icon"
android:gravity="center|fill" />
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment