diff options
author | Eric Bailey <git@esb.lol> | 2025-06-18 15:39:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 13:39:58 -0700 |
commit | 04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a (patch) | |
tree | a36ecbb010d5f4e4040e0e9162d47c4479255465 /src/view/shell/createNativeStackNavigatorWithAuth.tsx | |
parent | 42510c0515845c3376e68c5b6a1e112500fc072a (diff) | |
download | voidsky-04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a.tar.zst |
Diffstat (limited to 'src/view/shell/createNativeStackNavigatorWithAuth.tsx')
-rw-r--r-- | src/view/shell/createNativeStackNavigatorWithAuth.tsx | 22 |
1 files changed, 0 insertions, 22 deletions
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 && <DesktopRightNav routeName={activeRoute.name} />} </> )} - - {/* Start: individual dialogs and outlets */} - <MutedWordsDialog /> - <SigninDialog /> - <EmailDialog /> - <LinkWarningDialog /> - {!isWeb && <InAppBrowserConsentDialog />} - <PortalOutlet /> - <BottomSheetOutlet /> - {/* End: individual dialogs and outlets */} - - {/* Start: dialog controllers */} - <NuxDialogs /> - {/* End: dialog controllers */} </NavigationContent> ) } |