WebRTC plugin error: couldn´t find DSO to load: libhermes.so

SDK just updated to 45
Platform: Android

The project builds fine with eas build, works fine with sdk 44 but hangs with 45 at launch.
The error gives no clues but I was able to narrow it to the plugin:

@config-plugins/react-native-webrtc": "^3.0.0
“react-native-webrtc”: “^1.100.1”

I appreciate any guidance.

In your build.gradle file, try adding this:

packagingOptions {
    ...
    jniLibs.useLegacyPackaging = true
}

Thank you, but this is a managed project, there is not build.gradle file.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.