We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: