We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffe1938 + 24a76a0 commit db0b5ceCopy full SHA for db0b5ce
index.d.ts
@@ -61,7 +61,7 @@ export interface PresentLocalNotificationDetails {
61
}
62
63
export interface ScheduleLocalNotificationDetails {
64
- fireDate: Date;
+ fireDate: string; // Use Date.toISOString() to convert to the expected format
65
alertBody: string;
66
alertAction: string;
67
soundName?: string;
0 commit comments