--- title: Configuring a splash screen and app icon --- import { theme } from '@expo/styleguide'; import ImageSpotlight from '~/components/plugins/ImageSpotlight'; import Video from '~/components/plugins/Video'; import { Collapsible } from '~/ui/components/Collapsible'; Before we can consider our app truly complete we need to add a splash screen and app icon. A splash screen is what users see when the app is launched, before it has loaded. The icon will be visible on the users' home screen when the app is installed, or inside of the Expo Go app when in development. ## Splash screen After telling our designers that we need a 1242px width by 2436px height splash screen image (more about this in [the splash screen guide](/guides/splash-screens)), they gave us the following file:
> **What is this? A splash screen for ants?!** No, it's just scaled down here to fit more easily on this page 😅 Save this image to the **assets** directory inside of your project and call it **splash.png** — replace the existing file. Reload your app and you should see something like this: