[BUG] App crashes when hermes is enabled
See original GitHub issueDescription
We use JitsiMeet SDK on our app Rocket.Chat.ReactNative and recently enabled hermes
engine, but when we try to open a call, App Crashes with this error from JitsiMeet SDK:
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
A reproducible demo is here.
I tried update JitsiMeet SDK to 2.5
and 2.6
, without success.
I fixed it using a self-builded sdk with these changes on ReactInstanceManagerHolder.java
:
I think you can check if hermes
is enabled or disabled to use different JS Executor Factory.
Environment details
JitsiMeet Android SDK 2.4.0
React Native 0.61.5
Hermes enabled
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Using Hermes - React Native
Edit your android/app/gradle.properties file and make sure hermesEnabled is true: # Use this property to enable or disable the Hermes JS engine.
Read more >React Native build with productFlavors and hermes enabled ...
I tried to build my app using azure pipelines with this command assembleDevelopRelease . The build is successful but crashes on splashscreen ...
Read more >Using Hermes in React Native - LogRocket Blog
This promises to be a major shift in the React Native mobile app development ... Using Hermes in React Native; Enabling Hermes on...
Read more >ReactNative App Crashes when Deployed to TestFlight
... the app crashes immediately upon opening the app. The app is built using ReactNative 0.67.2 and the app has Hermes disabled.
Read more >App fixes flagged on Firebase Crashylitics - Mon 4th Jan, 2020
Such bug/crash reports were a definite minority of users and the app seems ... For now, I have disabled Hermes until I can...
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 FreeTop 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
Top GitHub Comments
@SeveHo this worked for me.
Hi @saghul , I’m using sdk v2.6.0 and am trying to use the SDK without enabling Hermes at the moment too. Would it be sufficient to undo the changes in these 2 PR (https://github.com/jitsi/jitsi-meet/pull/4977/files & https://github.com/jitsi/jitsi-meet/pull/5032/files) to revert the use of Hermes?