expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
21 lines (20 loc) • 1.11 kB
JSON
{
"name": "expo-notifications",
"platforms": ["ios", "android"],
"android": {
"modules": [
"expo.modules.notifications.badge.BadgeModule",
"expo.modules.notifications.notifications.background.ExpoBackgroundNotificationTasksModule",
"expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule",
"expo.modules.notifications.notifications.channels.NotificationChannelGroupManagerModule",
"expo.modules.notifications.notifications.channels.NotificationChannelManagerModule",
"expo.modules.notifications.notifications.emitting.NotificationsEmitter",
"expo.modules.notifications.notifications.handling.NotificationsHandler",
"expo.modules.notifications.permissions.NotificationPermissionsModule",
"expo.modules.notifications.notifications.presentation.ExpoNotificationPresentationModule",
"expo.modules.notifications.notifications.scheduling.NotificationScheduler",
"expo.modules.notifications.serverregistration.ServerRegistrationModule",
"expo.modules.notifications.tokens.PushTokenModule"
]
}
}