diff options
author | Eric Bailey <git@esb.lol> | 2024-09-09 20:57:32 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-11 19:58:16 -0500 |
commit | 76c584d981f195a580e132b786e101b3d0d32380 (patch) | |
tree | 6b03b716dbab72a834e9b89ec67b7b3aefcf6c90 /src/App.web.tsx | |
parent | ae71f5ce84165b683b880c4a585b5a617f2c36bb (diff) | |
download | voidsky-76c584d981f195a580e132b786e101b3d0d32380.tar.zst |
WIP
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index 3017a3a26..79120ffdb 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -50,6 +50,7 @@ import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' +import {NudgeDialogs} from '#/components/dialogs/nudges' function InnerApp() { const [isReady, setIsReady] = React.useState(false) @@ -113,6 +114,7 @@ function InnerApp() { <SafeAreaProvider> <ProgressGuideProvider> <Shell /> + <NudgeDialogs /> </ProgressGuideProvider> </SafeAreaProvider> </MutedThreadsProvider> |