From 0baac2f585541b2226fbd8fab8c7aaaebf35e6f6 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Fri, 14 Oct 2016 09:50:17 -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 b2f7cb2..6cb908c 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ class App extends Component { }); FCM.scheduleLocalNotification({ - fire_date: new Date().getTime(), //react convert is used, accept epoch time or ISO string + fire_date: new Date().getTime(), //RN's converter is used, accept epoch time and whatever that converter supports 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