Skip to content

Instantly share code, notes, and snippets.

@deeayeen
Created October 19, 2019 20:30
Show Gist options
  • Save deeayeen/d502b877c62bc9d307543719f9bc0471 to your computer and use it in GitHub Desktop.
Save deeayeen/d502b877c62bc9d307543719f9bc0471 to your computer and use it in GitHub Desktop.
import Video from "react-native-video"
<Video
source={{
uri: video.download[0].link,
}}
repeat={false}
ref={ref => {
this.player = ref;
}}
resizeMode={'cover'}
onBuffer={this.onBuffer}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment