-
-
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
Reanimated 2.1.0 makes the Hermes Debugger in Flipper crash #1923
Comments
Issue validatorThe issue is valid! |
I'm also dealing with this now and can't get a local AS build to run without crashing. I setup a pure RN sample project and added reanimated2 plus hermes 0.7.2, plus some of the standard node_modules. I added rea2 imports to the home screen and rendered an So not sure that this is a rea2 issue, but def seems to be Hermes related. Rolling back now to older Hermes versions to see if that helps. |
I mentioned in the initial post that Reanimated 2.0.1 works. This is related to #1842 |
I know the reason and I work on a solution. |
@piaskowyk Any update on this? |
Also waiting this fix, thanks a lot... |
Hey, It will be fixed by: #2047 We want to release a new version tomorrow. |
Hi ! |
@MaxToyberman this is also happening for me. did you find a workaround for opening up the debug menu? |
Hey, @MaxToyberman, could you please open a new issue with all the details? I will help us to track and fix it. |
FWIW the debug menu (Chrome debugging) will not work because of React Native's Turbo Modules. It's not Reanimated's fault. See: Only flipper can be used when Turbo Modules are enabled, which Reanimated 2 uses. |
@andreialecu looks like Chrome debugging support has been added in 2.3.0-alpha.2? |
Description
Been troubleshooting an issue with the app crashing when using the Hermes Debugger:
facebook/hermes#491
I noticed in the device logs a warning about
libjsc.so
not being found, but since I was using Hermes that error didn't make much sense. (a similar error report is here: facebook/react-native#25537)I noticed 2.1.0 added support for JSC. So I reverted to 2.0.1 to see if the warning above was produced by reanimated.
Reverting to 2.0.1 got rid of the
libjsc.so
warning, and the Hermes Debugger no longer crashes.Expected behavior
Hermes Debugger should not crash.
Actual behavior & steps to reproduce
Hermes Debugger crashes with RN 0.64 and reanimated 2.1.0 on an Android real device.
A native stack trace can be found in: facebook/hermes#491
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: