Commit 4192a372 authored by Libin Lu's avatar Libin Lu

update type

parent 61cbaca2
...@@ -53,11 +53,10 @@ declare module "react-native-fcm" { ...@@ -53,11 +53,10 @@ declare module "react-native-fcm" {
priority?: string; priority?: string;
show_in_foreground?: boolean; show_in_foreground?: boolean;
click_action?: string; click_action?: string;
badge?: number; badge?: number;
number?: number; number?: number;
ticker?: string; ticker?: string;
auto_cancel?: boolean; auto_cancel?: boolean;
tag?: string;
group?: string; group?: string;
picture?: string; picture?: string;
my_custom_data?: string; my_custom_data?: 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