From 03fe21b83370a83407fb8641bde1b5778e03fd76 Mon Sep 17 00:00:00 2001 From: Cyber Majeed <73933962+cybermajeed@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:21:25 +0400 Subject: [PATCH] Add files via upload --- mobile/app/notifier.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mobile/app/notifier.js b/mobile/app/notifier.js index 936ae0f..9aad5e9 100644 --- a/mobile/app/notifier.js +++ b/mobile/app/notifier.js @@ -1 +1,14 @@ //getTimetableJSON(username), setInterval() -> backgroundNotification(periodNum) +//https://dev.to/medaimane/background-processing-in-react-native-exploring-techniques-for-efficient-task-handling-2cbf +//https://www.linkedin.com/pulse/how-use-local-notifications-react-native-waqas-khan + +/* +{ + subject: "Physics", + monday: ["", "12A", "", "", "12A", "12A", "", ""], + tuesday: ["", "", "", "12A", "12A", "", "12A", ""], + wednesday: ["", "11A", "11A", "", "12A", "", "", ""], + thursday: ["", "11A", "11A", "", "", "12A", "11A", ""], + friday: ["", "12A", "", ""], +} +*/