Commit 7543c6d9 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent b7555627
...@@ -285,7 +285,7 @@ class App extends Component { ...@@ -285,7 +285,7 @@ class App extends Component {
ticker: "My Notification Ticker", // Android only ticker: "My Notification Ticker", // Android only
auto_cancel: true, // Android only (default true) auto_cancel: true, // Android only (default true)
large_icon: "ic_launcher", // Android only 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 big_text: "Show when notification is expanded", // Android only
sub_text: "This is a subText", // Android only sub_text: "This is a subText", // Android only
color: "red", // Android only color: "red", // Android only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment