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

View file

@ -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>