Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu committed Oct 5, 2017
1 parent 61cbaca commit 4192a37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4192a37

Please sign in to comment.