Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red bar of the video not coming when duration is passed? #6

Closed
tarun29061990 opened this issue Nov 1, 2016 · 1 comment
Closed

Comments

@tarun29061990
Copy link

tarun29061990 commented Nov 1, 2016

Video red navigation bar not coming when duration is passed to the Video component

  <VideoPlayer
          thumbnail={{uri: this.props.data.videoUrl.split('//')[1] }}
          video={{uri: this.props.data.videoUrl.split('//')[1] }}
          duration={this.props.data.duration}
          style={styles.backgroundVideo}
          resizeMode={"cover"}
        />

This is my code and the duration is coming as 5125 in miliseconds. Please help

@cornedor
Copy link
Owner

Do you still have this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants