From 983aa001ff30ef66eff9c64d2b503a795f237b17 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 27 Feb 2018 14:21:04 -0500 Subject: [PATCH] update example --- Examples/simple-fcm-client/app/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples/simple-fcm-client/app/App.js b/Examples/simple-fcm-client/app/App.js index 1f53fca..7e6f5b8 100644 --- a/Examples/simple-fcm-client/app/App.js +++ b/Examples/simple-fcm-client/app/App.js @@ -87,7 +87,9 @@ class MainPage extends Component { large_icon: "https://image.freepik.com/free-icon/small-boy-cartoon_318-38077.jpg", show_in_foreground: true, picture: 'https://firebase.google.com/_static/af7ae4b3fc/images/firebase/lockup.png', - wake_screen: true + wake_screen: true, + extra1: {a: 1}, + extra2: 1 }); } -- 2.26.2