react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

autoPlay, repeat, showControls props are not working?

Open subramani01 opened this issue 1 year ago • 4 comments

<VLCPlayer style={{ width: Width, height: Ratio(200), }} source={{ uri: !this.state.isPortrait ? this.props.navigation.state.params.video : this.state.videoPath, }} autoplay={true} repeat={true} showControls={true} />

the actual video is playing great, but none of the autoplay, repeat, showControls works! any idea how to solve this?

subramani01 avatar Jan 16 '24 12:01 subramani01

hi, do you find solution for this issue?

NguyenHuuManh avatar May 23 '24 08:05 NguyenHuuManh