expo-notifications
Version:
Notifications module
12 lines • 336 B
JavaScript
export default {
async getNotificationCategoriesAsync() {
return null;
},
async setNotificationCategoryAsync(identifier, actions, options) {
return null;
},
async deleteNotificationCategoryAsync(identifier) {
return null;
},
};
//# sourceMappingURL=NotificationCategoriesModule.web.js.map