Skip to content

Instantly share code, notes, and snippets.

@xiy
Last active June 7, 2016 16:40
Show Gist options
  • Save xiy/3b89d3a16b079d073d5170d1462af495 to your computer and use it in GitHub Desktop.
Save xiy/3b89d3a16b079d073d5170d1462af495 to your computer and use it in GitHub Desktop.
The crappy button - Part 2
import React, { Component } from 'react';
import {
TouchableOpacity,
StyleSheet,
Text
} from 'react-native';
export default class Button extends React.Component {
constructor(props) {
super(props);
}
render() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment