From 4192a372bea7aaf19eadf47bfee56ffeb6da74c1 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 5 Oct 2017 13:16:15 -0400 Subject: [PATCH] update type --- index.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index d8d3dc3..f490311 100644 --- a/index.d.ts +++ b/index.d.ts @@ -53,11 +53,10 @@ declare module "react-native-fcm" { priority?: string; show_in_foreground?: boolean; click_action?: string; - badge?: number; + badge?: number; number?: number; ticker?: string; auto_cancel?: boolean; - tag?: string; group?: string; picture?: string; my_custom_data?: string; -- 2.26.2