Skip to content

Instantly share code, notes, and snippets.

@korof
Created September 25, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korof/a59095bff2423c4f47da58438df8c9e8 to your computer and use it in GitHub Desktop.
Save korof/a59095bff2423c4f47da58438df8c9e8 to your computer and use it in GitHub Desktop.
export default class LotsOfStyles extends Component {
render() {
return (
<View style={styles.container}>
<Text style={styles.content}>just text</Text>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment