From c1bb3be261e3176a58bc428c7081ae9b11609eb4 Mon Sep 17 00:00:00 2001 From: Daniel Prado Date: Tue, 24 Oct 2017 11:07:47 -0200 Subject: [PATCH] add fcm to remote notification --- index.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.d.ts b/index.d.ts index b66f0df..fce43d2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -34,6 +34,14 @@ declare module "react-native-fcm" { body: string; icon: string; }; + fcm: { + action?: string; + tag?: string; + icon?: string; + color?: string; + body: string; + title?: string; + }; local_notification?: boolean; _notificationType: string; finish(type?: string): void; -- 2.26.2