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

Commit 78363c4

Browse files
author
Boris Tacyniak
authored
Update README.md
1 parent 092d556 commit 78363c4

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
@@ -320,7 +320,7 @@ EXAMPLE:
320320
```javascript
321321
PushNotification.localNotification({
322322
/* Android Only Properties */
323-
channelId: "your-channel-id", // (required) channelId, if the channel doesn't exist, it will be created with options passed above (importance, vibration, sound). Once the channel is created, the channel will not be update. Make sure your channelId is different if you change these options. If you have created a custom channel, it will apply options of the channel.
323+
channelId: "your-channel-id", // (required) channelId, if the channel doesn't exist, notification will not trigger.
324324
ticker: "My Notification Ticker", // (optional)
325325
showWhen: true, // (optional) default: true
326326
autoCancel: true, // (optional) default: true

0 commit comments

Comments
 (0)