I install the environment for react-native
, and try to get AwesomeProject
running.
On the terminal that opens, I get an SyntaxError: Use of const in strict mode
error pointing to the line:
const babel = require('babel-core');
^^^^^`
'NSInternalInconsistencyException', reason: 'It looks like the implementationof DEV has changed. Update -[RCTBatchedBridge loadSource:].'`
Is the new version of Xcode and build target being iOS 9, the problem? Or something else?