Bluesky app fork with some witchin' additions 馃挮
at 06a8a7efc2946247d44adb982e2b2cb367fd7b64 8 lines 308 B view raw
1import {requireNativeModule} from 'expo-modules-core' 2 3import {ExpoBackgroundNotificationHandlerModule} from './ExpoBackgroundNotificationHandler.types' 4 5export const BackgroundNotificationHandler = 6 requireNativeModule<ExpoBackgroundNotificationHandlerModule>( 7 'ExpoBackgroundNotificationHandler', 8 )