Skip to content

Instantly share code, notes, and snippets.

@ArEnSc
Created April 29, 2016 17:33
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 ArEnSc/a078c0e11916a9c400e873531de2e6b3 to your computer and use it in GitHub Desktop.
Save ArEnSc/a078c0e11916a9c400e873531de2e6b3 to your computer and use it in GitHub Desktop.
broken beautification
class HelloWorld extends Component {
render() {
return ( < View style = {
styles.container
} >
< Text style = {
styles.welcome
} >
Welcome to React Native!
< /Text> < Text style = {
styles.instructions
} >
To get started, edit index.android.js < /Text> < Text style = {
styles.instructions
} >
Shake or press menu button
for dev menu < /Text> < /View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment