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

Commit d33323b

Browse files
authored
Change the documentation of onNotification.
1 parent 7865b74 commit d33323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ PushNotification.configure({
207207
console.log("TOKEN:", token);
208208
},
209209

210-
// (required) Called when a remote or local notification is opened or received
210+
// (required) Called when a remote is received in foreground or opened, or local notification is opened
211211
onNotification: function (notification) {
212212
console.log("NOTIFICATION:", notification);
213213

0 commit comments

Comments
 (0)