Package Exports
- @notifee/react-native
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@notifee/react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Notifee Notifications
Notifee
Note: Notifee is currently in Alpha and only Android is available at the moment.
A feature rich Android & iOS notifications library for React Native.
Installation
yarn add @notifee/react-native
Documentation
Android
The APIs for Android allow for creating rich, styled and highly interactive notifications. Notifications are an important concept on Android, and frequently receive new updates with each new API version.
Notifee has been designed to integrate with the latest API features, however also providing backwards compatibility for older Android devices (Android 4.1 (API 16)).
The table below summarizes the various topics to read about to customize your notifications:
Topic | |
---|---|
Appearance | Change the appearance of a notification; icons, colors, visibility etc. |
Behaviour | Customize how a notification behaves when it is delivered to a device; sound, vibration, lights etc. |
Channels & Groups | Organize your notifications into channels & groups to allow users to control how notifications are handled on their device |
Foreground Service | Long running background tasks can take advantage of a Android Foreground Services to display an on-going, prominent notification. |
Grouping & Sorting | Group and sort related notifications in a single notification pane. |
Interaction | Allow users to interact with your application directly from the notification with actions. |
Progress Indicators | Show users a progress indicator of an on-going background task, and learn how to keep it updated. |
Styles | Style notifications to show richer content, such as expandable images/text, or message conversations. |
Timers | Display counting timers on your notification, useful for on-going tasks such as a phone call, or event time remaining. |
iOS
Coming soon.
License
- See LICENSE
Built and maintained with 💛 by Invertase.