Skip to content

Commit

Permalink
Merge pull request #2095 from Abhishek12345679/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Tacyniak authored Jul 18, 2021
2 parents 894d424 + 47fd658 commit 6a81fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@ PushNotification.cancelLocalNotifications({id: '123'});

### 2) cancelAllLocalNotifications

`PushNotification.cancelAllLocalNotifications()`
```javascript
PushNotification.cancelAllLocalNotifications()
```

Cancels all scheduled notifications AND clears the notifications alerts that are in the notification centre.

Expand Down

0 comments on commit 6a81fba

Please sign in to comment.