Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 6a81fba

Browse files
author
Boris Tacyniak
authored
Merge pull request #2095 from Abhishek12345679/patch-1
2 parents 894d424 + 47fd658 commit 6a81fba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,9 @@ PushNotification.cancelLocalNotifications({id: '123'});
498498

499499
### 2) cancelAllLocalNotifications
500500

501-
`PushNotification.cancelAllLocalNotifications()`
501+
```javascript
502+
PushNotification.cancelAllLocalNotifications()
503+
```
502504

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

0 commit comments

Comments
 (0)