Commit a00f5358 authored by Lidan's avatar Lidan

Added Travis-CI build badge

parent e7b021cd
# React Native Notifications # React Native Notifications [![Build Status](https://travis-ci.org/wix/react-native-notifications.svg)](https://travis-ci.org/wix/react-native-notifications)
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. 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.
**Work in progress, please notice that this library is not production-ready yet!** **Work in progress, please notice that this library is not production-ready yet!**
## TODO ## TODO
- Add tests + CI support. - Add tests.
- Return unified notification object for regular & managed notifications. - Return unified notification object for regular & managed notifications.
- Add permissions management. - Add permissions management.
- Add interactive notifications support. - Add interactive notifications support.
- Better support of local notifications. - Better support of local notifications.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment