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.
Bug report:
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.