react-native-jitsi-meet
react-native-jitsi-meet copied to clipboard
Android + Expo + React Native causing : FATAL EXCEPTION: mqt_native_modules
Hi, Since a recent update to expo 44, JitsiMeet SDK won't launch on android devices, getting this crash :
https://gist.github.com/dfabreguette-ap/20fedf4fc3c53d624a1632bbe650a009
Description:
As my JitsiMeetView component is getting initialized through RNJitsiMeetView, I end up with this crash in release variant mode.
I'm using https://github.com/skrafft/react-native-jitsi-meet npm package.
Steps to reproduce:
I'm manage to recreate the bug with a fresh expo app in SDK 44 : https://github.com/dfabreguette-ap/expo-jitsi-error
- Clone
- yarn install
- cd android && ./gradlew assembleRelease
- adb install -r path/to/release/apk
- Launch the app and click the "Jitsi" Button
Expected behavior:
Should not crash
Actual behavior:
Should open up Jitsi room
Server information:
Using Jitsi meet main instance
Client information:
- Browser / app version: 3+
- Operating System: android
Additional information:
Hello 👋 Any luck with this problem?
Any suggestions/plugins to use Jitsi with managed Expo/eas?