UNPKG

expo-notifications

Version:

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

9 lines 219 B
export default { async registerTaskAsync(taskName) { return null; }, async unregisterTaskAsync(taskName) { return null; }, }; //# sourceMappingURL=BackgroundNotificationTasksModule.js.map