Skip to content

Instantly share code, notes, and snippets.

@krizzu
Created May 25, 2018 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krizzu/a3126ea11df42a27ba5c0bd662f1fe2e to your computer and use it in GitHub Desktop.
Save krizzu/a3126ea11df42a27ba5c0bd662f1fe2e to your computer and use it in GitHub Desktop.
<VideoPlayer
enableAutoPlay={this.props.shouldAutoPlay}
enableControls={this.props.shouldEnableControls}
poster={this.props.poster}
videoDetails={this.props.videoDetails}
adsUrl={this.props.adsDetails}
enableFullscreen={this.props.enableFullscreen}
onChangeStateFullscreen={this.handleVideoChange}
onAdsArePlayed={this.props.onAdsArePlayed}
onControlsInView={this.props.onControlsInView}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment