Created
February 29, 2016 21:58
-
-
Save JAStanton/e67d20732347833dfcd7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"type": "TransformError", | |
"message": "SyntaxError /Users/jas/Desktop/emptybrc/index.ios.js: Unexpected token (17:6)", | |
"snippet": " 15 | render() { | |
16 | return ( | |
> 17 | <View style={styles.container}> | |
| ^ | |
18 | <Text style={styles.welcome}> | |
19 | Welcome to React Native! | |
20 | </Text>", | |
"lineNumber": 17, | |
"column": 6, | |
"filename": "/Users/jas/Desktop/emptybrc/index.ios.js", | |
"description": "/Users/jas/Desktop/emptybrc/index.ios.js: Unexpected token (17:6)", | |
"errors": [ | |
{ | |
"description": "/Users/jas/Desktop/emptybrc/index.ios.js: Unexpected token (17:6)", | |
"filename": "/Users/jas/Desktop/emptybrc/index.ios.js", | |
"lineNumber": 17 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment