From ee58fd46865ee6841afba5f15889652ec8642e50 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 16 Aug 2021 13:27:55 -0400 Subject: [PATCH] corrected removePendingNotificationRequests demo code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e2515a..d666d76e 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Allows you to add specific actions for notification with specific category. ### `removePendingNotificationRequests()` ```jsx -PushNotificationIOS.removeDeliveredNotifications(identifiers); +PushNotificationIOS.removePendingNotificationRequests(identifiers); ``` Removes the specified pending notifications from Notification Center