From 3e5a64b4545628f72f0060b08a26e93af8eed072 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 27 Oct 2023 04:06:40 +0100 Subject: Fix white flash on startup (#1759) --- src/App.native.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index f99e976ce..011b0b609 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -34,7 +34,6 @@ const App = observer(function AppImpl() { setRootStore(store) analytics.init(store) notifications.init(store) - SplashScreen.hideAsync() Linking.getInitialURL().then((url: string | null) => { if (url) { handleLink(url) -- cgit 1.4.1