Created
January 5, 2018 19:43
-
-
Save reggie3/48fe1926ee86a665e0f25845573f21d3 to your computer and use it in GitHub Desktop.
SoundRecord App Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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