UNPKG

@janiscommerce/app-push-notification

Version:

This package will take care of performing the main actions for registration to receive notifications in the foreground and background.

7 lines (5 loc) 272 B
import NotificationProvider from './NotificationProvider'; import {usePushNotification} from './NotificationContext'; import {setupBackgroundMessageHandler} from './utils'; export {usePushNotification, setupBackgroundMessageHandler}; export default NotificationProvider;