-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix Android crash when reloading JSC runtime #3469
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it in the expo go and seems to be working fine 🔥
@piaskowyk Can we get this fix in 2.10 release? |
Was this incorporated into 2.10.0? I think yes? But I don't see if in the changelog or in the compare feature: 2.9.1...2.10.0 This crash is killing us. |
This PR was cherry-picked for 2.10.0 so the crash should be already fixed: https://github.com/software-mansion/react-native-reanimated/blob/2.10.0/android/src/main/cpp/NativeProxy.cpp#L42-L45 |
Confirming the crash appears to be resolved now. |
Description
Fixes #3351.
Changes
Test code and steps to reproduce
Checklist