From 40831695517d0e819d77c2cc130ae102aec7c210 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Sat, 24 Sep 2016 19:30:29 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8799bd..c1919fb 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,9 @@ Yes there are `react-native-push-notification` and `react-native-system-notifica #### My Android build is failing Try update your SDK and google play service +#### My Android doesn't work +There seems to be link issue with rnpm somethings. Make sure that there is `new FIRMessagingPackage(),` in your `Application.java` file + #### I can't get notification when app is killed If you send notification with `data` only, you can only get the data message when app is in foreground or background. Killed app doesn't trigger `FCMNotificationReceived`. Use `notification` in the payload instead. -- 2.26.2