splash image always visible(detach to expokit)

hi,
for some reason, I detached to expokit, I didn’t use AppLoading in my project.
the splash image visible in the whole life of my app(android).

I don’t know whether
“splash”: {
“image”: “./assets/splash.png”,
“resizeMode”: “cover”,
“backgroundColor”: “#ffffff
}
in app.json is still work or not.

I try to use SplashScreen.hide() in the login component, but it doesn’t work.

Could u help me for how to hiding it?

thanks

Same issue here. What I did was removing the splash screen.

After reading I am thinking on downgrade it to SDK29.

Thought I was going crazy and it was happening just to me.

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