Skip to content

Instantly share code, notes, and snippets.

@ArEnSc
Created April 29, 2016 19:00
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/1a023aca29257113561c779092a7350e to your computer and use it in GitHub Desktop.
Save ArEnSc/1a023aca29257113561c779092a7350e to your computer and use it in GitHub Desktop.
fixed 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