-
-
Notifications
You must be signed in to change notification settings - Fork 28
Push Notifications (PNs)
LeoTM edited this page Feb 22, 2022
·
44 revisions
...provides support for displaying basic notifications to users with minimal integration required. If however you require more advanced notifications we recommend using our separate local notifications package 'Notifee'
- https://onesignal.com/blog/firebase-vs-onesignal
- https://documentation.onesignal.com/docs/react-native-sdk-setup
- https://github.com/OneSignal/react-native-onesignal/tree/main/examples/RNOneSignalTS (classes)
Notifee is a local notifications library and does not integrate with any 3rd party messaging services. This provides developers greater flexibility on how notifications are managed and integrated with new and existing applications. The library is a successor to the notifications module in React Native Firebase v5. The entire library has been reworked from the ground up focusing on new features, testing, documentation and device compatibility.