Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Created December 10, 2018 02:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruelrovix/51a695a4fe292767bedc32ec638f9736 to your computer and use it in GitHub Desktop.
Save haruelrovix/51a695a4fe292767bedc32ec638f9736 to your computer and use it in GitHub Desktop.
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