about summary refs log tree commit diff
path: root/src/App.native.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r--src/App.native.tsx1
1 files changed, 0 insertions, 1 deletions
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)