From bd4d6b7b4801621dea6c0e238f22c680e614504d Mon Sep 17 00:00:00 2001 From: d4vidi Date: Thu, 26 Oct 2017 18:56:39 +0300 Subject: [PATCH] Remove old (broken) refs in README --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 76db65b..173f7a6 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,17 @@ Handle all the aspects of push notifications for your app, including remote and _For information regarding proper integration with [react-native-navigation](https://github.com/wix/react-native-navigation), follow [this wiki](https://github.com/wix/react-native-notifications/wiki/Android:-working-with-RNN)._ -## iOS +### iOS -- [Remote notifications](#handling-received-notifications). -- [Local notifications](#triggering-local-notifications). -- [Background notifications](#managed-notifications-ios-only). -- [Managed notifications](#managed-notifications-ios-only) (notifications that can be cleared from the server, like Facebook messenger and Whatsapp web). -- [PushKit API](#pushkit-api-ios-only) for VoIP and other background messages. -- [Interactive notifications](#interactive--actionable-notifications-ios-only) that allows you to provide additional functionality to your users outside of your application. +Interactive notifications example -Interactive notifications example +- Remote (push) notifications +- Local notifications +- Background/Managed notifications (notifications that can be cleared from the server, like Facebook messenger and Whatsapp web) +- PushKit API (for VoIP and other background messages) +- Interactive notifications (allows you to provide additional functionality to your users outside of your application such as action buttons) -## Android +### Android - Receiving notifications in any App state (foreground, background, "dead") - Built-in notification drawer management -- 2.26.2