This commit is contained in:
Arjun Patel
2026-06-02 08:02:07 -07:00
parent 9adaf9ac38
commit 458d3d36c3
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ import {
} from 'react-native-safe-area-context';
import { Toaster } from 'sonner-native';
import { createQueryClient } from '@/lib/query-client';
import { flushPendingNavigation, navigationRef, } from '@/lib/notification-routing';
import {
flushPendingNavigation,
navigationRef,
} from '@/lib/notification-routing';
import { configureNotifications } from '@/lib/push-notifications';
import { PusherProvider } from '@/lib/pusher-provider';
import { RootNavigator } from '@/navigation/RootNavigator';