From 7b82c79cdca38f2123837dfbd2f7c8762dfbff7a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 27 Sep 2017 10:59:47 -0400 Subject: [PATCH] update example --- Examples/simple-fcm-client/app/App.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples/simple-fcm-client/app/App.js b/Examples/simple-fcm-client/app/App.js index 2ac0069..c7e18fe 100644 --- a/Examples/simple-fcm-client/app/App.js +++ b/Examples/simple-fcm-client/app/App.js @@ -89,6 +89,10 @@ export default class App extends Component { {this.state.tokenCopyFeedback} + + Remote notif won't be available to iOS emulators + + firebaseClient.sendNotification(token)} style={styles.button}> Send Notification -- 2.26.2