Splash Screen & App Icon
Last updated
Last updated
Setup the splash screen and app icon in app.json
You can adjust
The app icon image
The splash screen image
Width of the splash screen image
Background color
See the expo splash screen docs
🚨🚨 Important 🚨🚨
If you are using the expo dev client (when working with in-app-purchases), you need rebuild your app after making changes to app.json, then install a new dev client. See the instructions in Expo Dev Client
In app/_layout.tsx
There is code to block the splash screen from automatically hiding
In app/index.tsx
There is code to hide the splash screen once the app is initialized