From 9c6b090b1d1f8bfce2684464e3ff2dad8806ef1a Mon Sep 17 00:00:00 2001 From: Narender Singh Date: Thu, 19 Mar 2020 17:47:07 +0530 Subject: [PATCH] add fire date in notification resposne --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e43141fdb..d5c32021b 100644 --- a/index.js +++ b/index.js @@ -225,6 +225,7 @@ Notifications._onNotification = function(data, isFromBackground = null) { badge: data.getBadgeCount(), alert: data.getAlert(), sound: data.getSound(), + fireDate: data._fireDate, finish: (res) => data.finish(res) }); } else {