Update Existing Notification Title

Please provide the following:

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

I’m trying to update the title (or body) of a LocalNotification to reflect current status.

It doesn’t seem like this is a supported feature from the documentation. Just for kicks, I tried setting the notificationId to the same value from the initial notification when calling presentLocalNotificationAsync, but this still creates a new notification (as I suspected).

This seems like a supported feature on Android: Create a Notification  |  Android Developers

Any ideas on how to get something working via Expo? I only need to update local notifications and none of the native libraries seem to be supported with Expo.

Thanks!

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