Skip to content

Instantly share code, notes, and snippets.

@reggie3
Created January 5, 2018 19:43
Show Gist options
  • Save reggie3/48fe1926ee86a665e0f25845573f21d3 to your computer and use it in GitHub Desktop.
Save reggie3/48fe1926ee86a665e0f25845573f21d3 to your computer and use it in GitHub Desktop.
SoundRecord App Code
<SoundRecorder
style={{ flex: 1 }}
onComplete={this.soundRecorderComplete.bind(this)}
maxDurationMillis={150000}
completeButtonText={'Finished'}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment