Expo Local Notifications

Please provide the following:

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

==============================

I would like to send Local Notification app user every day between 9-22. How can I do this???

This example:

await Notifications.scheduleNotificationAsync({
content: {
title: “You’ve got mail! :mailbox_with_mail:”,
body: “Let’s hope this doesn’t crash!”,
},
trigger: { seconds: 10, repeats: true },
});

It’s working, But when I change for HOUR/REPEAT this is not working on Android APP.

I have been struggling with with for 5 months: how to use "export interface CalendarNotificationTrigger" - #19 by charliecruzan

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