@elemental-design/expo-notifications
Version:
7 lines (5 loc) • 299 B
text/typescript
import NotificationScheduler from './NotificationScheduler';
import { NotificationRequest } from './Notifications.types';
export default async function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]> {
return await NotificationScheduler.getAllScheduledNotificationsAsync();
}