最近 React 十分popular..去了一些Hackathon / 和看 很多 Online 的 Job spec都用了React.
所以便想花兩天看看難不難學習了
除不知一開始Follow React-Native tutorial 時便出現了 NodeJS的問題..
https://facebook.github.io/react-native/docs/getting-started.html
“SyntaxError: Use of const in strict mode”
做了一會research之後發現解決方法十分簡單..>
我們只需要更新了NodeJS 便可以了
Hope you find it useful