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.native.tsx | |
parent | ae71f5ce84165b683b880c4a585b5a617f2c36bb (diff) | |
download | voidsky-76c584d981f195a580e132b786e101b3d0d32380.tar.zst |
WIP
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 780d4058f..95625bdff 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -63,6 +63,7 @@ import {Provider as PortalProvider} from '#/components/Portal' import {Splash} from '#/Splash' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' import {AudioCategory, PlatformInfo} from '../modules/expo-bluesky-swiss-army' +import {NudgeDialogs} from '#/components/dialogs/nudges' SplashScreen.preventAutoHideAsync() @@ -131,6 +132,7 @@ function InnerApp() { style={s.h100pct}> <TestCtrls /> <Shell /> + <NudgeDialogs /> </GestureHandlerRootView> </ProgressGuideProvider> </MutedThreadsProvider> |