This commit is contained in:
Eric Bailey
2024-09-09 20:57:32 -05:00
parent ae71f5ce84
commit 76c584d981
6 changed files with 163 additions and 1 deletions
+2
View File
@@ -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>