0

我正在使用 expo-av 在我的 react native 应用程序上播放我的视频。我有一个类似的系统。但是当我双击我的视频时,它只是改变了它的大小。

<Video ref={video}
     source={{uri: item.illustration}}
     useNativeControls
     style={{flex: 1, aspectRatio: 1}}
     resizeMode="cover"
     shouldPlay={true}
     isLooping={false}
/>
4

1 回答 1

0

我发现最好的方法:设置

useNativeControls={false}
于 2021-10-25T14:51:40.173 回答