react-native-zoom-us
react-native-zoom-us copied to clipboard
App crashing while joining the meeting Attempt to invoke virtual method
Using Expo Prebuild mode.
iOS: Working fine on iOS dev build Android: After Initialization, when try to join a meeting. It is giving me this error.
(NOBRIDGE) LOG joinMeetingData {"meetingNumber": 8273604184, "password": "", "userName": "John"} ERROR Your app just crashed. See the error below. java.lang.NullPointerException: Attempt to invoke virtual method 'void com.facebook.react.uimanager.UIManagerModule.addUIBlock(com.facebook.react.uimanager.UIBlock)' on a null object reference ch.milosz.reactnative.RNZoomUsModule.updateVideoView(RNZoomUsModule.java:831) ch.milosz.reactnative.RNZoomUsModule.onMeetingStatusChanged(RNZoomUsModule.java:886) us.zoom.internal.impl.x$c.run(MeetingServiceImpl.java:5) android.os.Handler.handleCallback(Handler.java:942) android.os.Handler.dispatchMessage(Handler.java:99) android.os.Looper.loopOnce(Looper.java:201) android.os.Looper.loop(Looper.java:288) android.app.ActivityThread.main(ActivityThread.java:7924) java.lang.reflect.Method.invoke(Native Method) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Expo: ~52.0.23 React native: 0.76.5 react-native-zoom-us: 9.0.0 M1 Mac
@mieszko4
@adeel-ali-atp Did you find any solution to this issue ?
Seems like we're going to need to update the usage of addUIBlock per this discussion
We removed Custom Video View for now so [email protected] should be fine (see https://github.com/mieszko4/react-native-zoom-us/issues/393)