From 557164bcdd69cdb20afbcf6a6ba97a58ba158b9e Mon Sep 17 00:00:00 2001 From: G Date: Sat, 6 Sep 2025 09:33:31 +0000 Subject: [PATCH] fix: hide the splashscreen directly. There is no longer any event worth waiting for and this component will be removed later. --- src/contexts/UserAuthenticationContext.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contexts/UserAuthenticationContext.tsx b/src/contexts/UserAuthenticationContext.tsx index dfa191f..d0a214f 100644 --- a/src/contexts/UserAuthenticationContext.tsx +++ b/src/contexts/UserAuthenticationContext.tsx @@ -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; -- libgit2 0.27.1