duolicious / duolicious-frontend

The frontend of the Duolicious dating app
https://duolicious.app/
GNU Affero General Public License v3.0
34 stars 15 forks source link

Unusable on pixel 7 pro #437

Open duogenesis opened 1 month ago

duogenesis commented 1 month ago

Bug report:

bruh this fuckin app keeps getting stuck on people's profiles or messages no matter how many times I force close it

it's been going on for like a month

User reports that clearing app data doesn't fix the issue.

I don't have a pixel 7 pro, so I'd need to use an emulator. My original hunch was that the issue arose because of something to do with kvStorage. That's previously been an issue for Duolicious because of bugs in expo that only affected some devices. When someone tries to switch between tabs, Duolicious might be attempting and failing to store things in storage. In version 21, kvStorage catches errors when loading, but not when saving. In version 22, errors are caught in both cases.