Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Last active August 29, 2015 14:17
Show Gist options
  • Save edipofederle/9ba4c2eb73960988af2f to your computer and use it in GitHub Desktop.
Save edipofederle/9ba4c2eb73960988af2f to your computer and use it in GitHub Desktop.
class TitleApp extends React.Component {
render() {
return <React.Text style={styles.text}>Random Quotes</React.Text>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment