From 6124e5283628564b651463d7710f13096e9bd20c Mon Sep 17 00:00:00 2001 From: Ansh Date: Mon, 8 May 2023 16:05:36 -0400 Subject: add theme to SafeAreaView and preventAutoHide SplashScreen (#592) --- src/App.native.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index f330cfa04..66722dc15 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -5,7 +5,6 @@ import {withSentry} from 'lib/sentry' import {Linking} from 'react-native' import {RootSiblingParent} from 'react-native-root-siblings' import * as SplashScreen from 'expo-splash-screen' -import {SafeAreaProvider} from 'react-native-safe-area-context' import {GestureHandlerRootView} from 'react-native-gesture-handler' import {observer} from 'mobx-react-lite' import {ThemeProvider} from 'lib/ThemeContext' @@ -18,6 +17,8 @@ import * as analytics from 'lib/analytics' import * as Toast from './view/com/util/Toast' import {handleLink} from './Navigation' +SplashScreen.preventAutoHideAsync() + const App = observer(() => { const [rootStore, setRootStore] = useState( undefined, @@ -55,9 +56,7 @@ const App = observer(() => { - - - + -- cgit 1.4.1