Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.05 KB

File metadata and controls

25 lines (14 loc) · 1.05 KB

Splash Screens

We've setup react-native-splash-screen for you! To customize it, follow the steps below.

iOS

  1. Create a 240px x 240px image @ 1x, 2x, and 3x sizes.
  2. Open the project in Xcode.
  3. Navigate to the SplashScreen image asset, and replace the items with your own:

Changing Splash Image

  1. Update the background color or centering of the image by opening LaunchScreen.xib and adjusting the necessary properties:

    Updating Background

    Updating Image

Android

  1. Copy your 1x, 2x and 3x image assets into the proper mipmap folders (ldpi, xhdpi, and xxhdpi respectively)

    Adding images to Android folders

  2. Update the color by changing the launch_background color in android/app/src/main/res/values/colors.xml.