<Video
ref=
'videoPlayer'
source={{uri:
this
.state.previewVideo}}
style={styles.video}
volume={5}
paused={
this
.state.paused}
rate={
this
.state.rate}
muted={
this
.state.muted}
resizeMode={
this
.state.resizeMode}
repeat={
this
.state.repeat}
onLoadStart={
this
._onLoadStart.bind(
this
)}
onLoad={
this
._onLoad.bind(
this
)}
onProgress={
this
._onProgress.bind(
this
)}
onEnd={
this
._onEnd.bind(
this
)}
onError={
this
._onError.bind(
this
)} />