Disable interactions with actual video el

This commit is contained in:
Eric Bailey
2025-01-18 18:54:39 -06:00
parent 5913a3e035
commit ac58486e6a
+1
View File
@@ -556,6 +556,7 @@ function VideoItemInner({
<> <>
{active && player && ( {active && player && (
<VideoView <VideoView
accessible={false}
style={[ style={[
a.absolute, a.absolute,
a.inset_0, a.inset_0,