-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App is crashing when relaunching #57
Comments
Might be the case 78730f5 fixed the problem along with 7c1ea75#diff-5b67d53caccb8942be5646b7959ad6189d445eaf98b0af1ae38d7d61424991b5R21 |
It still happens on Android sometimes. |
#57 App is crashing when relaunching now fixed
It looks like fixed in 3fc980d, more information: software-mansion/react-native-reanimated#5067. |
Tested on my old Android device, and it breaks after waiting for about 1 minute to launch load all/most events, then it breaks. Might be because of the Android phone is old, so needs to be debugged. No problems on iOS. |
It's crashing on It looks like there are 2 issues with Android: permission related to location and storage. In storage case, it really happens also for newer Android devices: when all events will load, then on relaunching it indeed breaks, which might be a problem related to space on a device. Location:
Storage: simply crashing the app at some point (when most likely all events load) with a message The location one is a bit strange, as it has been working completely fine for quite some time. |
Both issues are only on |
It might be due to the high amount of data stored. Needs to be debugged.
For Android, it happens more often, even on the first launch, but it might be due to an outdated device.
The text was updated successfully, but these errors were encountered: