The app crashes when using new Hermes engine
See original GitHub issueIssue type
- bug report
- feature request
Issue description
Current behavior:
The app crashes when using new Hermes engine.
This only happened once I added the Icons Module, before that the app was working correctly with the Hermes engine.
Expected behavior:
The app works with or without the Hermes engine.
Steps to reproduce:
Other information:
OS, device, package version
"@eva-design/eva": "^1.2.0"
"@ui-kitten/eva-icons": "^4.2.0"
"react-native": "0.61.1"
"react-native-ui-kitten": "^4.2.0"
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:15
Top Results From Across the Web
Using Hermes
Hermes is an open-source JavaScript engine optimized for React Native. For many apps, using Hermes will result in improved start-up time, ...
Read more >Using Hermes Engine
Using Hermes Engine. A guide on configuring Hermes for both Android and iOS in an Expo project. Hermes is a JavaScript engine optimized...
Read more >Enabling hermes in android app crashing app in react ...
facing the same error, was the issue resolved for you? – Aayush Anand. Sep 26 at 12:11. @AayushAnand Please use ...
Read more >We are seeing these crashes on our apps. The ...
We are seeing these crashes on our apps. The crashes are coming from hermes engine and the rate is high. Has anyone faced...
Read more >Crash with enabled Hermes engine on React Native Android
The app starts crashing for release build on start if I enable Hermes engine for Android. com.facebook.jni.CppException: Could not get ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@lewatt23 Did you try
npm install hermes-engine@v0.4.2-rc1
?for those using 0.63 use npm install hermes-engine@v0.5.2-rc1