Created
April 29, 2016 17:33
-
-
Save ArEnSc/a078c0e11916a9c400e873531de2e6b3 to your computer and use it in GitHub Desktop.
broken beautification
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
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