diff --git a/app/account/tabs/schedule-tab.tsx b/app/account/tabs/schedule-tab.tsx index 0fb9e18..bcc309b 100644 --- a/app/account/tabs/schedule-tab.tsx +++ b/app/account/tabs/schedule-tab.tsx @@ -208,8 +208,9 @@ export function ScheduleTab({ [{ text: "OK" }], ); } else if (result.error?.includes("simulator")) { - // Silently skip on simulator + // Silently allow on simulator so UI can be tested/screenshotted console.log("Push notifications not available in simulator"); + return true; } else if ( result.error?.includes("projectId") || result.error?.includes("FirebaseApp") ||