ios - React Native problems on Xcode 7 -


i install environment react-native, , try awesomeproject running.

on terminal opens, syntaxerror: use of const in strict mode error pointing line:

const babel = require('babel-core'); ^^^^^` 

'nsinternalinconsistencyexception', reason: 'it looks implementationof dev has changed. update -[rctbatchedbridge loadsource:].'`

is new version of xcode , build target being ios 9, problem? or else?

you need upgrade node.js v4+


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -