React Native「react-native run-ios」実行時に「Cannot find entry file」が出てしまう
https://facebook.github.io/react-native/docs/getting-started.html
上記サイトを参考にしつつ、「react-native run-ios」を実行した段階で以下のエラーが発生します。
Cannot find entry file index.ios.js in any of the roots:["/User/xxxxx/AwesomeProject/node_modules/react-native/packager"]
どうすれば改善できるのでしょうか?