diff --git a/README.md b/README.md index b2f7cb21f5eb7b0180c3141b3f6ed14fb9d2a183..6cb908c715bbecc3e3525a119c9ace7a6c56b3f2 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