question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while updating property 'zOrderMediaOverlay' of a view managed by: RCTAgoraView

See original GitHub issue

全部信息

Fatal Exception: com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'zOrderMediaOverlay' of a view managed by: RCTAgoraView
       at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.extractProperty(ViewManagersPropertyCache.java)
       at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.getProperties(ViewManagerPropertyUpdater.java)
       at com.facebook.react.uimanager.ViewManagerPropertyUpdater.clear(ViewManagerPropertyUpdater.java)
       at com.facebook.react.uimanager.ViewManager.updateProperties(ViewManager.java)
       at com.facebook.react.uimanager.NativeViewHierarchyManager.access$000(NativeViewHierarchyManager.java)
       at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java)
       at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.dispatchPendingNonBatchedOperations(UIViewOperationQueue.java)
       at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java)
       at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java)
       at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java)
       at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java)
       at android.view.Choreographer$CallbackRecord.run + 802(Choreographer.java:802)
       at android.view.Choreographer.doCallbacks + 617(Choreographer.java:617)
       at android.view.Choreographer.doFrame + 586(Choreographer.java:586)
       at android.view.Choreographer$FrameDisplayEventReceiver.run + 790(Choreographer.java:790)
       at android.os.Handler.handleCallback + 739(Handler.java:739)
       at android.os.Handler.dispatchMessage + 95(Handler.java:95)
       at android.os.Looper.loop + 135(Looper.java:135)
       at android.app.ActivityThread.main + 5425(ActivityThread.java:5425)
       at java.lang.reflect.Method.invoke(Method.java)
       at java.lang.reflect.Method.invoke + 372(Method.java:372)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 928(ZygoteInit.java:928)
       at com.android.internal.os.ZygoteInit.main + 723(ZygoteInit.java:723)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
harshalijaincommented, Jan 2, 2020

I fixed this issue by making change in AgoraViewManager.java

@ReactProp(name = "zOrderMediaOverlay")
    public void setZOrderMediaOverlay(final AgoraVideoView agoraVideoView, boolean zOrderMediaOverlay) {
        if(surfaceView!=null){
            surfaceView.setZOrderMediaOverlay(zOrderMediaOverlay);
        }else{
            agoraVideoView.setZOrderMediaOverlay(zOrderMediaOverlay);
        }
    }
0reactions
Singloocommented, Jan 2, 2020

@harshalijain thank you, I’ll take a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error while updating property 'zOrderMediaOverlay' of a view ...
JSApplicationIllegalArgumentException : Error while updating property 'zOrderMediaOverlay' of a view managed by: RCTAgoraView at ...
Read more >
Error while updating property 'on' of a view managed by ...
I really don't how to resolve it because I'm a react-native freshman. Error while updating property 'on' of a view managed by: AndroidSwitch:...
Read more >
Can you add these blocks in thunkable?
:x: Width and Height Blank screen with thunkable logo :x: Disabled Error while updating property'disabled' of a view managed by:RCTText at
Read more >
Updating Property in Suspense - SPA - FMX
The Update Property In Suspense (PAACQU) screen allows agencies to update ... the following error message appears: Property Accounting Record Not In ...
Read more >
react-native-fast-image Error while updating property 'source ...
com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'source' of a view managed by: FastImageView ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found