From a00f5358c5a49fba1eb25e54adfccb6b708a572b Mon Sep 17 00:00:00 2001 From: Lidan Date: Sun, 10 Apr 2016 17:22:30 +0300 Subject: [PATCH] Added Travis-CI build badge --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 403537b..549accb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# 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. **Work in progress, please notice that this library is not production-ready yet!** ## TODO -- Add tests + CI support. +- Add tests. - Return unified notification object for regular & managed notifications. - Add permissions management. - Add interactive notifications support. - Better support of local notifications. - -- 2.26.2