diff --git a/README.md b/README.md index c7ee45024d0e89035081b34fa845383883778079..ac2f0d087b9d2115b3284da87a41d071eeda8c4d 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(...);