From e3112d88efdf831ce2d2ec2cddaea3af88094bb6 Mon Sep 17 00:00:00 2001 From: Libin Lu <9213224+evollu@users.noreply.github.com> Date: Sun, 30 Sep 2018 14:48:08 -0400 Subject: [PATCH] Update App.js --- Examples/simple-fcm-client/app/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/simple-fcm-client/app/App.js b/Examples/simple-fcm-client/app/App.js index 651427d..22f30ec 100644 --- a/Examples/simple-fcm-client/app/App.js +++ b/Examples/simple-fcm-client/app/App.js @@ -35,6 +35,7 @@ class MainPage extends Component { } async componentDidMount() { + //FCM.createNotificationChannel is mandatory for Android targeting >=8. Otherwise you won't see any notification FCM.createNotificationChannel({ id: 'default', name: 'Default', -- 2.26.2