You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import './native';
// Re-export JitsiMeetJS from the library lib-jitsi-meet to (the other features
// of) the project jitsi-meet.
//
import JitsiMeetJS from 'lib-jitsi-meet';
export { JitsiMeetJS as default };
Its work fine in debug mode, but when change to release mode its got crash like this:
I belive its come from import lib-jitsi-meet, because when i remove it work fine.
Do you get any more meaningful error in the device red box?
seem like i have found why its happened. When i run npm install, jitsi meet lib in node module so weird, its only has node_modules and dist folder, code inside dist folder so that why when change to release mode its cannot build bundle. But why?
Description
I import this code like bellow:
Its work fine in debug mode, but when change to release mode its got crash like this:
I belive its come from import lib-jitsi-meet, because when i remove it work fine.
version in package.json: https://github.com/jitsi/lib-jitsi-meet/releases/download/v1498.0.0+bc3aae02/lib-jitsi-meet.tgz
"react-native-webrtc": "1.100.1"
The text was updated successfully, but these errors were encountered: