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

Commit c81efe1

Browse files
committed
Merge branch 'master' into dev
* master: Update README.md
2 parents 7db7e38 + 78363c4 commit c81efe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)