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;