I tried to integrate Jitsi-meet into native android project using https://github.com/jitsi/jitsi-meet/tree/master/android
, and it worked fine.
But I must integrate Jitsi-meet into a native android project, and it runs fine use react-native run-android
, but it crashed when launched with a apk generated by gradlew assembleRelease
.
catlog show that Module AppRegistry is not a registered
use this https://github.com/skrafft/react-native-jitsi-meet
when build js use react-native bundle commond,and assemble apk use android studio