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/App.native.tsx | |
parent | 42510c0515845c3376e68c5b6a1e112500fc072a (diff) | |
download | voidsky-04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a.tar.zst |
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 45021da22..81d4a870e 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -64,6 +64,7 @@ import {Shell} from '#/view/shell' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' import {Provider as ContextMenuProvider} from '#/components/ContextMenu' +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' @@ -156,6 +157,7 @@ function InnerApp() { <IntentDialogProvider> <TestCtrls /> <Shell /> + <NuxDialogs /> </IntentDialogProvider> </GestureHandlerRootView> </HideBottomBarBorderProvider> |