diff options
author | dan <dan.abramov@gmail.com> | 2023-10-27 04:06:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 04:06:40 +0100 |
commit | 3e5a64b4545628f72f0060b08a26e93af8eed072 (patch) | |
tree | d95b1d63c9208cd97984b0ad212d4cc4ed48a4e4 /src/App.native.tsx | |
parent | 46f3265936d9f0289ce047b1c6d6ca58b1a48d32 (diff) | |
download | voidsky-3e5a64b4545628f72f0060b08a26e93af8eed072.tar.zst |
Fix white flash on startup (#1759)
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 1 |
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) |