UNPKG

react-native-notifications

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

10 lines (8 loc) 400 B
import { NotificationsRoot } from './Notifications'; const notificationsSingleton = new NotificationsRoot(); export const Notifications = notificationsSingleton; export * from './interfaces/EventSubscription'; export * from './DTO/Notification'; export * from './interfaces/NotificationEvents'; export * from './interfaces/NotificationCategory'; export * from './interfaces/NotificationCompletion';