Created
October 19, 2019 20:30
-
-
Save deeayeen/d502b877c62bc9d307543719f9bc0471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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