From dd2a0d5d31ce0c97a79a5d55eb4bf1b54eacfe58 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 2 Aug 2017 16:09:48 -0400 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 179f4ff..2d2884e 100644 --- a/README.md +++ b/README.md @@ -563,9 +563,6 @@ in sum Great, how do I configure for FCM? It is up to you! FCM is just a bridging library that passes notification into javascript world. You can define your own NSDictionary and pass it into notification. -#### Javascript code doesn't run when iOS app is killed -React Native's content is not available when app is waken up by notification. There is a way for Android to init a RN context in background but I haven't found an iOS way yet. PR is welcomed if you find a way. - #### I want to show notification when app is in foreground Use `show_in_foreground` attribute to tell app to show banner even if the app is in foreground. NOTE: this flag doesn't work for Android push notification, use `custom_notification` to achieve this. -- 2.26.2