TheWidlarzGroup / react-native-video

A <Video /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: borderRadius for video not working when resizeMode="cover"

JieMin27 opened this issue · comments

Version

6.1.1

What platforms are you having the problem on?

iOS, Android

Architecture

Old architecture

What happened?

<Video source={{ uri: item.filePath, }} style={{ flex: 1, aspectRatio: 1, borderRadius: 10, backgroundColor: 'gray', width: "100%", height: "100%", }} controls={false} paused={true} resizeMode="cover" />

Reproduction

repository link

Reproduction

Step to reproduce this bug are:

To be followed in #2194