about summary refs log tree commit diff
path: root/src/Splash.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r--src/Splash.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx
index 16375539f..fc70bb3b7 100644
--- a/src/Splash.tsx
+++ b/src/Splash.tsx
@@ -40,8 +40,6 @@ type Props = {
   isReady: boolean
 }
 
-SplashScreen.preventAutoHideAsync().catch(() => {})
-
 const AnimatedLogo = Animated.createAnimatedComponent(Logo)
 
 export function Splash(props: React.PropsWithChildren<Props>) {