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

Commit 4aaaf48

Browse files
author
Boris Tacyniak
authored
Merge pull request #2020 from yepes/master
2 parents 624dd15 + 1659aa8 commit 4aaaf48

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
@@ -409,7 +409,7 @@ import PushNotification, {Importance} from 'react-native-push-notification';
409409

410410
**NOTE: Without channel, notifications don't work**
411411

412-
In the notifications options, you must provide a channel id with `channelId: "your-channel-id"`, if the channel doesn't exist the notification might not e triggered. Once the channel is created, the channel cannot be update. Make sure your `channelId` is different if you change these options. If you have created a channel in another way, it will apply options of the channel.
412+
In the notifications options, you must provide a channel id with `channelId: "your-channel-id"`, if the channel doesn't exist the notification might not be triggered. Once the channel is created, the channel cannot be updated. Make sure your `channelId` is different if you change these options. If you have created a channel in another way, it will apply options of the channel.
413413

414414
If you want to use a different default channel for remote notification, refer to the documentation of Firebase:
415415

0 commit comments

Comments
 (0)