Skip to content

Commit 3eb888b

Browse files
authored
docs: tweak wording around Notifee (#5759)
1 parent 092cd33 commit 3eb888b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

docs/messaging/notifications.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,14 @@ If it's called too soon (e.g. within a class constructor or global scope), the n
169169

170170
**Quick Tip:** On `Android` you can test receiving remote notifications on the emulator but on `iOS` you will need to use a real device as the iOS simulator does not support receiving remote notifications.
171171

172-
# Notifee - Advanced Notifications
172+
# Advanced Local Notifications
173173

174174
FCM provides support for displaying basic notifications to users with minimal integration required. If however you require
175-
more advanced notifications you need to integrate with a 3rd party local notifications package, such as [Notifee](https://notifee.app).
175+
more advanced notifications we recommend using our separate local notifications package '[Notifee](https://notifee.app)'.
176176

177-
## Android Features
177+
> Notifee is free to use and fully open source.
178+
179+
## Notifee - Android Features
178180

179181
- [Advanced channel and group management](https://notifee.app/react-native/docs/android/channels).
180182
- Custom appearance with [HTML text styling](https://notifee.app/react-native/docs/android/appearance#text-styling), [custom icons](https://notifee.app/react-native/docs/android/appearance#icons), [badge support](https://notifee.app/react-native/docs/android/appearance#badges), [colors](https://notifee.app/react-native/docs/android/appearance#color) and more.
@@ -184,7 +186,7 @@ more advanced notifications you need to integrate with a 3rd party local notific
184186
- Support for built in styling; [Big Picture Style](https://notifee.app/react-native/docs/android/styles#big-picture), [Big Text Style](https://notifee.app/react-native/docs/android/styles#big-text), [Inbox Style](https://notifee.app/react-native/docs/android/styles#inbox) & [Messaging Style](https://notifee.app/react-native/docs/android/styles#messaging) notifications.
185187
- Adding [Progress Indicators](https://notifee.app/react-native/docs/android/progress-indicators) & [Timers](https://notifee.app/react-native/docs/android/timers) to your notification.
186188

187-
## iOS Features
189+
## Notifee - iOS Features
188190

189191
- Advanced [Permission](https://notifee.app/react-native/docs/ios/permissions) management.
190192
- Behavior management such as [custom sounds](https://notifee.app/react-native/docs/ios/behaviour#sound) and [critical notifications](https://notifee.app/react-native/docs/ios/behaviour#critical-notifications).

website/adverts.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[
22
{
3-
"text": "A feature rich local notifications library for React Native by the team behind React Native Firebase.",
3+
"text": "To create advanced custom local notifications in React Native; check out our free and open source Notifee library.",
44
"image": "//static.invertase.io/assets/sidebar/notifee.png",
55
"url": "https://notifee.app/?utm_source=react-native-firebase&utm_medium=toc&utm_campaign=docs"
6-
},
7-
{
8-
"text": "A feature rich Android & iOS local notifications library for React Native by the team behind React Native Firebase.",
9-
"image": "//static.invertase.io/assets/sidebar/notifee.png",
10-
"url": "https://notifee.app/react-native/docs/overview?utm_source=react-native-firebase&utm_medium=toc2&utm_campaign=docs"
116
}
127
]

0 commit comments

Comments
 (0)