Skip to content

Instantly share code, notes, and snippets.

@JAStanton
Created February 29, 2016 21:58
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 JAStanton/e67d20732347833dfcd7 to your computer and use it in GitHub Desktop.
Save JAStanton/e67d20732347833dfcd7 to your computer and use it in GitHub Desktop.
{
"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