UNPKG

expo-notifications

Version:

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

9 lines (8 loc) 188 B
export default { async registerTaskAsync(taskName: string): Promise<null> { return null; }, async unregisterTaskAsync(taskName: string): Promise<null> { return null; }, };