Created
September 25, 2017 09:43
-
-
Save korof/a59095bff2423c4f47da58438df8c9e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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