hasen's tech life

Twitter: @hasen

React Nativeでエラーが出たので対応した.

# React Nativeでエラーが出たので対応した.
$ react-native run-ios
> Latest react-native app doesn't work ":CFBundleIdentifier", Does Not Exist

# NodeJSをv8.8.1にアップデート.
$ nodebrew install-binary v8.8.1
$ nodebrew use v8.8.1
$ npm install -g react-native react-native-cli
$ react-native run-ios

参考: https://github.com/facebook/react-native/issues/7308