We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b49f9 commit 2f76fdaCopy full SHA for 2f76fda
README.md
@@ -405,7 +405,7 @@ Allows you to add specific actions for notification with specific category.
405
### `removePendingNotificationRequests()`
406
407
```jsx
408
-PushNotificationIOS.removeDeliveredNotifications(identifiers);
+PushNotificationIOS.removePendingNotificationRequests(identifiers);
409
```
410
411
Removes the specified pending notifications from Notification Center
0 commit comments