From 40ab77781cd0f01275a371eb40564a7583dc24db Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 8 Jan 2025 18:59:39 +0000 Subject: Delete (#7403) --- src/App.native.tsx | 75 ++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index d1d6b7213..3c3e8a46d 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -69,7 +69,6 @@ import {NuxDialogs} from '#/components/dialogs/nuxs' import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' -import {AppProfiler} from '#/AppProfiler' import {Splash} from '#/Splash' import {BottomSheetProvider} from '../modules/bottom-sheet' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' @@ -198,44 +197,42 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) } -- cgit 1.4.1