From 04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 15:39:58 -0500 Subject: Revert "Move dialog outputs inside navigation context (#8511)" (#8531) --- .../shell/createNativeStackNavigatorWithAuth.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/view/shell/createNativeStackNavigatorWithAuth.tsx') diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index b16f39bbf..1c32971d4 100644 --- a/src/view/shell/createNativeStackNavigatorWithAuth.tsx +++ b/src/view/shell/createNativeStackNavigatorWithAuth.tsx @@ -40,14 +40,6 @@ import {Onboarding} from '#/screens/Onboarding' import {SignupQueued} from '#/screens/SignupQueued' import {Takendown} from '#/screens/Takendown' import {atoms as a, useLayoutBreakpoints} from '#/alf' -import {EmailDialog} from '#/components/dialogs/EmailDialog' -import {InAppBrowserConsentDialog} from '#/components/dialogs/InAppBrowserConsent' -import {LinkWarningDialog} from '#/components/dialogs/LinkWarning' -import {MutedWordsDialog} from '#/components/dialogs/MutedWords' -import {NuxDialogs} from '#/components/dialogs/nuxs' -import {SigninDialog} from '#/components/dialogs/Signin' -import {Outlet as PortalOutlet} from '#/components/Portal' -import {BottomSheetOutlet} from '#/../modules/bottom-sheet' import {BottomBarWeb} from './bottom-bar/BottomBarWeb' import {DesktopLeftNav} from './desktop/LeftNav' import {DesktopRightNav} from './desktop/RightNav' @@ -175,20 +167,6 @@ function NativeStackNavigator({ {!isMobile && } )} - - {/* Start: individual dialogs and outlets */} - - - - - {!isWeb && } - - - {/* End: individual dialogs and outlets */} - - {/* Start: dialog controllers */} - - {/* End: dialog controllers */} ) } -- cgit 1.4.1