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 8 9 10 11
**Work in progress, please notice that this library is not production-ready yet!**

## TODO
- Add tests + CI support.
- Return unified notification object for regular & manager notifications.
- Add permissions management.
- Add interactive notifications support.
- Better support of local notifications.