-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crash while loading JS bundle correlated with new JSC #15
Comments
@ide Which React Native version are you using? |
This is with RN 0.49. There could also be a bug in Expo's code but the bundle loading code in Expo hasn't changed recently. The biggest changes were upgrading RN and JSC. |
There were also some other crashes that were not figured out. Expo is currently using upstream RN's copy of JSC. |
|
Closing stale issue. Please reopen if able to reproduce with current versions. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We received a increase in crash reports from developers after releasing Expo with the new JSC (216113.0.2). The crashes are in
JSStringCreateWithUTF8CString
so we suspect there is an issue inside of JSC. Unfortunately the crashes are non-deterministic.Galaxy S7, API Level 23:
Nexus 5, Virtual, API Level 19:
The text was updated successfully, but these errors were encountered: