A way to make the expo splash screen last longer in duration

{
“expo”: {
“splash”:{
“image”: “./pictures/MainScreen.jpg”,
“resizeMode”: “cover”
},

"sdkVersion": "22.0.0"

}
}

is there some property that i can add to the splashscreen to make it last longer. it’s dissapears way too quick as it currently works.

Thanks

Hi! Do you have an example of your app or its source code? You can use the AppLoading component to control how long the splash screen stays up during app initialization. I believe it works better in SDK 24, so if you’re able to upgrade I would recommend trying that.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.