react-native-external-display icon indicating copy to clipboard operation
react-native-external-display copied to clipboard

Artifact when changing content on second screen

Open kaioberst opened this issue 2 years ago • 0 comments

Hi,

we are having artifacts on the second screen when changing the content of the second screen. First we display some text and further change to a webrtc view which covers the whole stream. I debugged a bit the code and found out, that some (not all) text views of the formerly added screen where still into the render tree. I tried to remove them in RNExternalDisplayView.removeViewAt, but failed with IndexOutOfBounds. Help would be appreciated!

Thanks in advance!

Kai

kaioberst avatar Oct 29 '21 05:10 kaioberst