react-native-video-player
react-native-video-player copied to clipboard
iOS video paly not working
<VideoPlayer video={{ uri: videoLink }} onLoad={onVideoLoad} videoWidth={1600} videoHeight={900} pauseOnPress={false} showDuration={false} autoplay={true} disableSeek={true} hideControlsOnStart={true}/>
this code not working in iOS
same issue...
any solution ?
same issue