Commit 557164bc by G

fix: hide the splashscreen directly. There is no longer any event worth waiting…

fix: hide the splashscreen directly. There is no longer any event worth waiting for and this component will be removed later.
parent eb81d4bf
......@@ -15,7 +15,8 @@ import type { IauthenticationData } from "./Types";
const log = LOG.extend("UserAuthenticationContext");
SplashScreen.preventAutoHideAsync();
// SplashScreen.preventAutoHideAsync();
SplashScreen.hideAsync();
export interface UserAuthenticationContextProps {
isAuthenticated: boolean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment