You can customise your expo apps splash screen like following ,
{
"expo": {
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain", // Options: "contain", "cover", "native"
"backgroundColor": "#ffffff" // Set the background color
}
}
}