Commit c1bb3be2 authored by Daniel Prado's avatar Daniel Prado

add fcm to remote notification

parent 70a9394e
...@@ -34,6 +34,14 @@ declare module "react-native-fcm" { ...@@ -34,6 +34,14 @@ declare module "react-native-fcm" {
body: string; body: string;
icon: string; icon: string;
}; };
fcm: {
action?: string;
tag?: string;
icon?: string;
color?: string;
body: string;
title?: string;
};
local_notification?: boolean; local_notification?: boolean;
_notificationType: string; _notificationType: string;
finish(type?: string): void; finish(type?: string): void;
......
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