How to get all date which will be delivered local notification?

Please provide the following:

  1. SDK Version:38.0.8
  2. Platforms(Android/iOS/web/all):iOS

Hello, everyone!
I have a question for expo-notifications.

If I’m building the reminder app with Expo, I might want to get the date in which the next push notification occurs.

For example:

Notifications.getAllScheduledNotificationsAsync().then(notifications => {
  notifications.forEach(notification => notification.nextTriggerDate()); // output "Aug 4, 2020, 12:00 PM"
})

Is there something API like above or some alternative solution?
Thank you for reading!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.