From ab4bab4f846e358b65c6257fa1ce67c22c8ac9f3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 14 May 2024 14:18:28 -0700 Subject: [PATCH] sigh --- .../src/ExpoBackgroundNotificationHandlerModule.web.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts index 5216a79992..b42b6d7095 100644 --- a/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts +++ b/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.web.ts @@ -1,5 +1,6 @@ import {ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types' +// Stub for web export const BackgroundNotificationHandler = { getAllPrefsAsync: async () => { return {}