From 62bdb1c195bed33344ae29623d262d72afddae78 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 14 Sep 2016 10:06:11 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7ee450..ac2f0d0 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,9 @@ class App extends Component { FCM.scheduleLocalNotification({ fire_date: new Date(), - id: "UNIQ_ID_STRING" //REQUIRED! this is what you use to lookup and delete notification - body: "from future past" + id: "UNIQ_ID_STRING", //REQUIRED! this is what you use to lookup and delete notification + body: "from future past", + repeat_interval: "week" //day, hour }) FCM.getScheduledLocalNotifications().then(...); -- 2.26.2