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:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed this issue by making change in AgoraViewManager.java
@harshalijain thank you, I’ll take a look