Commit f22edb07 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update index.d.ts

parent 98789670
...@@ -68,7 +68,7 @@ declare module "react-native-fcm" { ...@@ -68,7 +68,7 @@ declare module "react-native-fcm" {
static getInitialNotification(): Promise<Notification>; static getInitialNotification(): Promise<Notification>;
static presentLocalNotification(notification: LocalNotification): void; static presentLocalNotification(notification: LocalNotification): void;
static scheduleLocalNotification(schedule: LocalNotification): void; static scheduleLocalNotification(schedule: ScheduleLocalNotification): void;
static getScheduledLocalNotifications(): Promise<LocalNotification>; static getScheduledLocalNotifications(): Promise<LocalNotification>;
static removeAllDeliveredNotifications(): void; static removeAllDeliveredNotifications(): 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