From f12b10e06d9088b04c14440a828b2e0494550a74 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Wed, 2 Oct 2019 17:25:01 +0300 Subject: [PATCH] Fix platforms logo --- docs/localNotifications.md | 4 ++-- docs/notifications-events.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/localNotifications.md b/docs/localNotifications.md index ea503ea..db3b6b1 100644 --- a/docs/localNotifications.md +++ b/docs/localNotifications.md @@ -4,7 +4,7 @@ title: Local Notifications sidebar_label: Local Notifications --- -## iOS + iOS You can manually trigger local notifications in your JS code, to be posted immediately or in the future. Triggering local notifications is fully compatible with React Native `PushNotificationsIOS` library. @@ -72,7 +72,7 @@ Call `removeAllDeliveredNotifications()` to dismiss all delivered notifications notifications). -## Android + Android Much like on iOS, notifications can be triggered locally. The API to do so is a simplified version of the iOS equivalent that works more natually with the Android perception of push (remote) notifications: diff --git a/docs/notifications-events.md b/docs/notifications-events.md index a9f0ed3..a969868 100644 --- a/docs/notifications-events.md +++ b/docs/notifications-events.md @@ -4,8 +4,6 @@ title: Handling Notification Events sidebar_label: Events --- -## iOS - When a push notification is received by the device, the application can be in one of the following states: 1. **Forground:** When the app is running and is used by the user right now; in this case, a `notificationReceived` event will be fired, do not forget to invoke `completion()` callback. -- 2.26.2