Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Default Splash screen in Expo ( React Native)

We have used React Native Expo for our development but while running the application we are getting a default splash screen other than our custom splash screen.

Can anyone help me to remove the default screen and set our custom splash screen.

like image 993
Vyshak Krishna Avatar asked Jan 22 '26 23:01

Vyshak Krishna


1 Answers

Remove, below code block to eliminate the splash screen.

"splash": {
  "image": "./assets/splash.png",
  ...
}

or replace the image value ("./assets/splash.png") in the above code to have your splash screen. from your app.json details in the official expo page

(Tested in android simulator)

like image 68
Preetham NT Avatar answered Jan 24 '26 18:01

Preetham NT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!