Open GILREICH1 opened 5 months ago
currently when local storage is used, a check is done for the platform OS, e.g. https://github.com/LiraShapira/app/blob/main/app/_layout.tsx#L68
ideally this check would be done in a seperate util function, e.g. incorporated into the existing util: https://github.com/LiraShapira/app/blob/main/utils/asyncStorage.ts
and places where it is currently being used by updated to match
currently when local storage is used, a check is done for the platform OS, e.g. https://github.com/LiraShapira/app/blob/main/app/_layout.tsx#L68
ideally this check would be done in a seperate util function, e.g. incorporated into the existing util: https://github.com/LiraShapira/app/blob/main/utils/asyncStorage.ts
and places where it is currently being used by updated to match