Skip to content

Commit

Permalink
Update the doc not to use alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ken0nek committed Jul 19, 2022
1 parent c8ab73b commit def4def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/messaging/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Refer to [UNNotificationPresentationOptions](https://developer.apple.com/documen
// <projectRoot>/firebase.json
{
"react-native": {
"messaging_ios_foreground_presentation_options": ["badge", "sound", "alert", "list", "banner"]
"messaging_ios_foreground_presentation_options": ["badge", "sound", "list", "banner"]
}
}
```
Expand Down

0 comments on commit def4def

Please sign in to comment.