Skip to content

Instantly share code, notes, and snippets.

@kylpo

kylpo/block2.jsx Secret

Created June 25, 2017 20:15
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 kylpo/8a4463e314bc7a43434fedff3f9242fa to your computer and use it in GitHub Desktop.
Save kylpo/8a4463e314bc7a43434fedff3f9242fa to your computer and use it in GitHub Desktop.
<Col>
<VIEW padding={20}>
<TEXT>Hi there</TEXT>
</VIEW>
<SPACE size={20} />
<View padding={20}>
<Text>{this.state.label}</Text>
</View>
<TEXT style={styles.bye}>Bye bye now</TEXT>
</Col>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment