Something went wrong. Try again.
Bluesky app fork with some witchin' additions 馃挮 forked from jollywhoppers.com/witchsky.app
Something went wrong. Try again.
witchsky.app modules expo-background-notification-handler src ExpoBackgroundNotificationHandlerModule.ts
308 B 路 8 lines
TypeScript
at main
123456789import {requireNativeModule} from 'expo-modules-core'
import {ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types'
export const BackgroundNotificationHandler = requireNativeModule<ExpoBackgroundNotificationHandlerModule>( 'ExpoBackgroundNotificationHandler', )