-
Notifications
You must be signed in to change notification settings - Fork 587
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
Expo app crashes on reload #6902
Comments
➤ PM Bot commented: Jira ticket: RJS-2907 |
any news? |
@RobertPetricevic did you find any solution? The same is happening to me 😭 |
@augustosnk12 nope, still waiting |
Hi @kraenhansen, any news for this issue? |
@RobertPetricevic I have no progress to share, unfortunately. |
@kraenhansen, thanks for the answer |
@kraenhansen Any update on this? I'm getting SIGSEGV memory crashes in a production app |
How frequently does the bug occur?
Always
Description
I've created a demo app. Initialized with expo-create-stack and only added realm and @realm/react libraries.
I expect it to app behave normally after the refresh in development or production. Instead, it crashes on app reload.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
In development, the app crashes on every app refresh or reload.
In production, I have the next flow: if the app is opened, and the user changes (in my case) notification permission and gets back to running the app, on most Android devices, it produces an app reload. Once reload happens, the app crashes.
In this demo app, I only added a button that reload the app using reloadAsync function from expo.
Demo app: https://github.com/RobertPetricevic/rn-realm
Version
"expo": "^51.0.36", "realm": "^12.13.1", "@realm/react": "^0.11.0"
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android, v14
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: