about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-12-14 14:48:40 -0600
committerGitHub <noreply@github.com>2023-12-14 14:48:40 -0600
commit7897dd24a14e65d8ab1aa0e474a09e0628da31b7 (patch)
tree77cec13da7f55ae1d8535550f497ad7314ece0e4 /src/Navigation.tsx
parent075ffdf583c5393b896d22dd179d03208311ef4a (diff)
downloadvoidsky-7897dd24a14e65d8ab1aa0e474a09e0628da31b7.tar.zst
🤫 (#2211)
* Add new assets

* Add splashiness

* Add butter icon, spread it

* Cream together eggs, sugar, and vanilla

* Hi, I'd like to place and order. Yeah, none pizza with left beef, plz.

* test

* Refine animation

* tweak

* tweak

* tweak

* Tweak

* Simplify

* Cleanup

* Fix android logo

---------

Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 24fbb0d81..252699e53 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -1,6 +1,5 @@
 import * as React from 'react'
 import {StyleSheet} from 'react-native'
-import * as SplashScreen from 'expo-splash-screen'
 import {
   NavigationContainer,
   createNavigationContainerRef,
@@ -493,7 +492,6 @@ function RoutesContainer({children}: React.PropsWithChildren<{}>) {
       linking={LINKING}
       theme={theme}
       onReady={() => {
-        SplashScreen.hideAsync()
         logModuleInitTime()
         onReady()
       }}>