From 7543c6d9654958bbec70fcf66e846f3f9bf06bb2 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Fri, 2 Dec 2016 19:34:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 192475e..7083337 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ class App extends Component { ticker: "My Notification Ticker", // Android only auto_cancel: true, // Android only (default true) large_icon: "ic_launcher", // Android only - icon: "ic_notification", // as FCM payload + icon: "ic_launcher", // as FCM payload, you can relace this with custom icon you put in mipmap big_text: "Show when notification is expanded", // Android only sub_text: "This is a subText", // Android only color: "red", // Android only -- 2.26.2