README.md 542 Bytes
Newer Older
Lidan Hifi's avatar
Lidan Hifi committed
1
# React Native Notifications
Lidan's avatar
Lidan committed
2
Handle push notifications for your app, including remote and local notifications. silent and managed notifications (notifications that can be cleared by the server, e.g. facebook chat) are supported as well.
Lidan Hifi's avatar
Lidan Hifi committed
3

Lidan's avatar
Lidan committed
4 5 6 7
**Work in progress, please notice that this library is not production-ready yet!**

## TODO
- Add tests + CI support.
Lidan's avatar
Lidan committed
8
- Return unified notification object for regular & managed notifications.
Lidan's avatar
Lidan committed
9 10 11
- Add permissions management.
- Add interactive notifications support.
- Better support of local notifications.