JS changes

This commit is contained in:
Hailey
2024-06-26 11:16:32 -07:00
parent 83056bbf2b
commit d6a2ee4e9e
10 changed files with 82 additions and 102 deletions
@@ -1,2 +1,4 @@
import {BackgroundNotificationHandler} from './src/ExpoBackgroundNotificationHandlerModule'
export default BackgroundNotificationHandler
import {BackgroundNotificationPreferencesProvider} from './src/BackgroundNotificationHandlerProvider'
import * as BackgroundNotifications from './src/index'
export {BackgroundNotificationPreferencesProvider, BackgroundNotifications}