Unsupported top level event type - OnFrameDimensionsChanged
See original GitHub issueSteps to reproduce
when I render TwilioVideoParticipantView
with particular width and height style, getting this error.
- First showing the remote video as thumbnail view.
- 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.
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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >
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 Free
Top 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
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
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?