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) 230 B
import { requireNativeModule } from 'expo-modules-core'; import { NotificationSchedulerModule } from './NotificationScheduler.types'; export default requireNativeModule<NotificationSchedulerModule>('ExpoNotificationScheduler');