Files
bsky-social-app/modules/expo-background-notification-handler/src/ExpoBackgroundNotificationHandlerModule.ts
T
2026-06-16 11:44:00 -07:00

9 lines
313 B
TypeScript

import {requireNativeModule} from 'expo-modules-core'
import {type ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types'
export const BackgroundNotificationHandler =
requireNativeModule<ExpoBackgroundNotificationHandlerModule>(
'ExpoBackgroundNotificationHandler',
)