react-native-video-controls doesn't seek well inside scrollview

321 Views Asked by At

I have a video inside a scrollview, and the child video player propagates the gesture to the scrollview, which results in some weird behavior. How do I make react-native-video-controls only respond to horizontal gestures, or at least prevent the propagation up to the parent scrollview?

0

There are 0 best solutions below