--- title: Splash screen description: Learn how to create a splash screen for your Expo project and other best practices. --- import ImageSpotlight from '~/components/plugins/ImageSpotlight'; import Video from '~/components/plugins/Video'; import { Terminal } from '~/ui/components/Snippet'; import { Collapsible } from '~/ui/components/Collapsible'; import { BoxLink } from '~/ui/components/BoxLink'; import { BookOpen02Icon } from '@expo/styleguide-icons'; A splash screen, also known as a launch screen, is the first screen a user sees when they open your app. It stays visible while the app is loading. You can also control the behavior of when a splash screen disappears by using the native [SplashScreen API](/versions/latest/sdk/splash-screen). ## Configure the splash screen for your app The default splash screen is a blank white screen. It can be customized using the `splash` key in the project's [**app.json**](/workflow/configuration). ## Make a splash image To create a splash image, you can use this [Figma template](https://www.figma.com/community/file/1155362909441341285). It provides a bare minimum design for an icon and splash images for Android and iOS. For an in-detail walkthrough, see the video below: