Skip to content

Instantly share code, notes, and snippets.

@coolnalu
Created January 16, 2018 01:15
Show Gist options
  • Save coolnalu/341a710b3b283d4e164362ab967de9d3 to your computer and use it in GitHub Desktop.
Save coolnalu/341a710b3b283d4e164362ab967de9d3 to your computer and use it in GitHub Desktop.
React Native Active Button Color
<TouchableHighlight
onPress={this.onPress}
underlayColor="#ffffff"
>
<Image source={buttonCreate} style={{
width: 80,
height: 80
}}/>
</TouchableHighlight>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment