UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

6 lines (3 loc) 238 B
import { requireNativeModule } from 'expo-modules-core'; import { NotificationsHandlerModule } from './NotificationsHandlerModule.types'; export default requireNativeModule<NotificationsHandlerModule>('ExpoNotificationsHandlerModule');