(IOS only) components outside of the ScrollView flicker when <Video/> loads #4287
Unanswered
taehun0933
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
video.flickering.issue.mp4
Hello, while I was developing using the react native and react-native-video libraries, I found a problem that only occurred in IOS, and I tried debugging it for quite a long time to solve it, but I can't tell it on my own, so I'm asking for help.
Debugging has confirmed so far that when there is a Video component inside ScrollView, the moment the video is loaded by the uri of this component, flickering occurs to the components outside ScrollView.
In addition to the simple flickering, there is also an intermittent break in the original layout (not the current code that only summarizes the problem logic for debugging). In this case, the ScrollView is raised 'as much as the area where the flickering has occurred', making it impossible to scroll.
Is there are some possible reasons? Thank you for reading this. I'm looking forward to hearing from you.
Beta Was this translation helpful? Give feedback.
All reactions