From cbba58d15c17295d12062ecf454b8dc0fb26cf65 Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Tue, 31 Jan 2017 12:16:35 -0200 Subject: [PATCH] Fix typo (#288) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf57d8c..deae141 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ class App extends Component { } ``` -### Build custom push notification for Andorid +### Build custom push notification for Android Firebase android misses important feature of android notification like `group`, `priority` and etc. As a work around you can send data message (no `notification` payload at all) and this repo will build a local notification for you. If you pass `custom_notification` in the payload, the repo will treat the content as a local notification config and shows immediately. NOTE: By using this work around, you will have to send different types of payload for iOS and Android devices because custom_notification isn't supported on iOS -- 2.26.2