From 49aa7b2bd5b51d8cf9363618d68c1e9fe1b990e3 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 14 Sep 2016 20:24:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8813f88..43b01ca 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ class App extends Component { }); FCM.scheduleLocalNotification({ - fire_date: new Date(), + fire_date: new Date().getTime(), //react convert is used, accept epoch time or ISO string id: "UNIQ_ID_STRING", //REQUIRED! this is what you use to lookup and delete notification. In android notification with same ID will override each other body: "from future past", repeat_interval: "week" //day, hour -- 2.26.2