I'm learning React Native, in my example I'm getting the next error:
Unexpected token (10:6) at Hello.js
The code of my class Hello is:
let x = 1 || (0 === 0);
The Line 10 is < View > so I have no idea what's wrong with my code.
Thanks.
答案 0 :(得分:0)
return uses parenthesis, so return (..);