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
NativeExceptionHandler:errorString java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module.
at com.facebook.react.bridge.ReactContext.getJSModule(ReactContext.java:180)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView.lambda$new$0(RCTNodePublisherView.java:45)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView.$r8$lambda$ks-HX2wAepgpDGdxfSdUK9waMc0(Unknown Source:0)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView$$ExternalSyntheticLambda0.onEventCallback(Unknown Source:2)
at cn.nodemedia.NodePublisher.onEvent(NodePublisher.java:261)
I am getting this error when triggering vb.current.start() to start the livestream using camera on provided RTMP
I am using below versions.
Reactnative : 0.74.5
react-native-nodemediaclient : 0.3.4
is this nodemediaclient supports the new reactnative architecture and how can i fix this issue??
The text was updated successfully, but these errors were encountered:
NativeExceptionHandler:errorString java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module.
at com.facebook.react.bridge.ReactContext.getJSModule(ReactContext.java:180)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView.lambda$new$0(RCTNodePublisherView.java:45)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView.$r8$lambda$ks-HX2wAepgpDGdxfSdUK9waMc0(Unknown Source:0)
at cn.nodemedia.react_native_nodemediaclient.RCTNodePublisherView$$ExternalSyntheticLambda0.onEventCallback(Unknown Source:2)
at cn.nodemedia.NodePublisher.onEvent(NodePublisher.java:261)
I am getting this error when triggering vb.current.start() to start the livestream using camera on provided RTMP
I am using below versions.
Reactnative : 0.74.5
react-native-nodemediaclient : 0.3.4
is this nodemediaclient supports the new reactnative architecture and how can i fix this issue??
The text was updated successfully, but these errors were encountered: