You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messaging/notifications.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,12 +169,14 @@ If it's called too soon (e.g. within a class constructor or global scope), the n
169
169
170
170
**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.
171
171
172
-
# Notifee - Advanced Notifications
172
+
# Advanced Local Notifications
173
173
174
174
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)'.
176
176
177
-
## Android Features
177
+
> Notifee is free to use and fully open source.
178
+
179
+
## Notifee - Android Features
178
180
179
181
-[Advanced channel and group management](https://notifee.app/react-native/docs/android/channels).
180
182
- 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
184
186
- 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.
185
187
- Adding [Progress Indicators](https://notifee.app/react-native/docs/android/progress-indicators) & [Timers](https://notifee.app/react-native/docs/android/timers) to your notification.
- 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).
0 commit comments