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) 232 B
import { requireNativeModule } from 'expo-modules-core'; import { NotificationsEmitterModule } from './NotificationsEmitterModule.types'; export default requireNativeModule<NotificationsEmitterModule>('ExpoNotificationsEmitter');