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.

Unsupported top level event type - OnFrameDimensionsChanged

See original GitHub issue

Steps to reproduce

when I render TwilioVideoParticipantView with particular width and height style, getting this error.

  1. First showing the remote video as thumbnail view.
  2. Once check on the thumbnail view changing it to full screen.

Failing at first step itslf. Getting an error after a remote video is rendered, (fully stretched). Not fit with thumbnail view port.

Screenshot_20200803-190749

Expected behaviour

It’s should render based on given layout style.

Actual behaviour

Its throw onFrameDimensionsChanged error. Happening only in android.

react-native-twilio-video-webrtc

Version: master

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
luukschipperheyncommented, Sep 30, 2020

I’m consistently running into the same problem with my app. I made a fix that gets rid of the error. PR on the way

0reactions
slycodercommented, Sep 9, 2020

Googling around another idea might be that it’s a race condition. Can you add a delay before creating the component and see if that helps?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unsupported top level event type ...
I am getting crash when I touch the PanGestureHandler. return ( <PanGestureHandler onGestureEvent={this.onGestureEvent} onHandlerStateChange={ ...
Read more >
ios - Unsupported top level event type ...
A drawer is working properly in Android and iPhone 5S. But, when I ran the app in iPhone X, it's throw error when...
Read more >
iOS : Unsupported top level event type ... - YouTube
iOS : Unsupported top level event type "onGestureHandlerStateChange dispatched in iphone X [ Beautify Your Computer ...
Read more >
[Solved]-Unsupported top level event type ...
Coding example for the question Unsupported top level event type "onGestureHandlerStateChange" dispatched-React Native.
Read more >
慕天远的博客
Unsupported top level event type "onGestureHandlerStateChange" dispatched ... /*! * jQuery JavaScript Library v1.10.2 * http://jquery.com/ * * ...
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