Skip to content

Instantly share code, notes, and snippets.

@pawlucci
Created January 30, 2018 09:23
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 pawlucci/d43b01c2bcd702c866103228ca9f3740 to your computer and use it in GitHub Desktop.
Save pawlucci/d43b01c2bcd702c866103228ca9f3740 to your computer and use it in GitHub Desktop.
<PlayerNative
ref={(player: *) => {
this._player = player;
}}
playing={this.state.isPlaying}
tracks={this.state.tracksComposition}
onReady={() => this.setState({ musicLoading: false })}
onInterruptionStart={this.handleInterruptionStart}
onProgress={progressAnimatedUpdater}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment