Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

21 lines
1.1 KiB
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"
]
}
}