-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
🔥[CRASH] Android 9 and libjsc.co crashes on RN0.60.4 #26066
Comments
Current jsc has known crash issues so should try hermes or v8 |
Hello, have you solved this problem ? |
This is an issue for us too, its the most frequent crash on our app, causing us a big issue. We're using Realm so we can't easily switch to Hermes or V8 |
@alexblack See the last few comments in #25494, a new version of the JSC will possibly fix these kind of crashes, we're also waiting patiently... |
We switched to using v8 and are having no issues anymore. It also seems to run faster. Give it a try! |
how to switch to v8 |
A couple of weeks ago our project had a crash report on some devices because of Hermes, so I disabled it. Now we have a report on other devices because of JSC and the solution is switch to Hermes. Life is endless pain. |
Hi,
First of all a big thanks to this great community that develops this amazing platform. You are all doing an amazing work!
Now to the issue: We rolled out our app with RN0.60.4 to our users and are experiences some crashes across a multiple range of Android devices all running Android 9. We do not have Hermes enabled as it is not stable for us at the moment.
Affected devices:
Here is an example stacktrace we collect through Crashlytics, unfortunately not very verbose:
React Native version:
Steps To Reproduce
We are unfortunately not able to reproduce it locally but I am sure we are not the only one with this problem. This has not been before with RN0.57.8
Describe what you expected to happen:
Android should not crash.
The text was updated successfully, but these errors were encountered: