Skip to content

Instantly share code, notes, and snippets.

@FreddyPoly
Created July 5, 2019 12:56
Show Gist options
  • Save FreddyPoly/ea6c96e0c2642bce10a78e97c94c7539 to your computer and use it in GitHub Desktop.
Save FreddyPoly/ea6c96e0c2642bce10a78e97c94c7539 to your computer and use it in GitHub Desktop.
[REACT NATIVE] Splash Layout
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/launch_screen"
android:orientation="vertical">
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment