Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Last active August 29, 2015 14:17
Show Gist options
  • Save edipofederle/a9b92bd119d8d0750e57 to your computer and use it in GitHub Desktop.
Save edipofederle/a9b92bd119d8d0750e57 to your computer and use it in GitHub Desktop.
<TouchableHighlight style={styles.buttonClean} underlayColor='#99d9f4'>
<Text style={styles.buttonText}
onPress={this.cleanAll.bind(this)}>Clean All</Text>
</TouchableHighlight>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment