Commit 091cbe3f authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #473 from bapmrl/fix-sound-type-def

Fix sound type definition
parents 50245096 72b0a4ba
...@@ -43,7 +43,7 @@ declare module "react-native-fcm" { ...@@ -43,7 +43,7 @@ declare module "react-native-fcm" {
body: string; body: string;
icon?: string; icon?: string;
vibrate?: number; vibrate?: number;
sound?: boolean; sound?: string;
big_text?: string; big_text?: string;
large_icon?: string; large_icon?: string;
priority?: string priority?: string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment