Files
bsky-social-app/modules/expo-background-notification-handler/index.ts
T
2024-06-26 11:16:32 -07:00

5 lines
234 B
TypeScript

import {BackgroundNotificationPreferencesProvider} from './src/BackgroundNotificationHandlerProvider'
import * as BackgroundNotifications from './src/index'
export {BackgroundNotificationPreferencesProvider, BackgroundNotifications}