From 72b0a4ba9d50c361388d8981093e725898d4f5c7 Mon Sep 17 00:00:00 2001 From: Baptiste MORELLE Date: Wed, 19 Jul 2017 15:09:26 +0200 Subject: [PATCH] Fix sound type definition --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 855de54..79fa435 100644 --- a/index.d.ts +++ b/index.d.ts @@ -42,7 +42,7 @@ declare module "react-native-fcm" { body: string; icon?: string; vibrate?: number; - sound?: boolean; + sound?: string; big_text?: string; large_icon?: string; priority?: string -- 2.26.2