Skip to content

Instantly share code, notes, and snippets.

View luizcarlospedrosogomes's full-sized avatar
🥷

Luiz Carlos Pedroso Gomes luizcarlospedrosogomes

🥷
View GitHub Profile
@haruelrovix
haruelrovix / App.js
Created December 10, 2018 02:23
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}
/>