Skip to content

Commit

Permalink
corrected removePendingNotificationRequests demo code (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklb authored Aug 20, 2021
1 parent 88b49f9 commit 2f76fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,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
Expand Down

0 comments on commit 2f76fda

Please sign in to comment.