We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change build.gradle to enable Hermes
build.gradle
project.ext.react = [ enableHermes: true, ]
App crashes on startup with error:
2020-02-25 16:25:43.233 9101-9158/com.rn062 I/ReactNativeJS: Running "navigation.playground.WelcomeScreen" with {"initialProps":{"componentId":"Component1"},"rootTag":11} 2020-02-25 16:25:43.258 9101-9158/com.rn062 A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 9158 (mqt_js), pid 9101 (com.rn062)
v5 and v6 both are causing crashes. v4 with RN 0.61 is fine.
The text was updated successfully, but these errors were encountered:
Hey @robertying This is a Hermes issue
Sorry, something went wrong.
No branches or pull requests
Issue Description
Change
build.gradle
to enable HermesApp crashes on startup with error:
v5 and v6 both are causing crashes.
v4 with RN 0.61 is fine.
Steps to Reproduce / Code Snippets / Screenshots
Environment
The text was updated successfully, but these errors were encountered: