about summary refs log tree commit diff
path: root/src/App.native.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-09-13 08:57:41 -0700
committerPaul Frazee <pfrazee@gmail.com>2024-09-13 08:57:41 -0700
commitc7231537f1d18de01bb3502e508999276e47b6df (patch)
tree3f8c1e73b4bff483a2ca5bfb34c6413345e2320c /src/App.native.tsx
parent1dc7ef137cb7a546b1c84c1e7304a4f74ea1e66b (diff)
parentb47bac965f5267756f9529d911e7a49aba9e3e58 (diff)
downloadvoidsky-c7231537f1d18de01bb3502e508999276e47b6df.tar.zst
Merge branch 'ten-milly' into main
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r--src/App.native.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx
index 780d4058f..83f133e99 100644
--- a/src/App.native.tsx
+++ b/src/App.native.tsx
@@ -57,6 +57,7 @@ import * as Toast from '#/view/com/util/Toast'
 import {Shell} from '#/view/shell'
 import {ThemeProvider as Alf} from '#/alf'
 import {useColorModeTheme} from '#/alf/util/useColorModeTheme'
+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'
@@ -131,6 +132,7 @@ function InnerApp() {
                                           style={s.h100pct}>
                                           <TestCtrls />
                                           <Shell />
+                                          <NuxDialogs />
                                         </GestureHandlerRootView>
                                       </ProgressGuideProvider>
                                     </MutedThreadsProvider>