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.
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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With