Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Created December 10, 2018 02:23
Embed
What would you like to do?
RNE x RNW: Change TouchableHighlight to use RNE's Button
<Button
onPress={this.onClick}
buttonStyle={styles.button}
underlayColor={'#0A84D0'}
title='Rotate Logo'
titleStyle={styles.buttonText}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment