React-Native[0.45] 这个版本有个bug,新建的项目运行会报错: Cannot find entry file index.ios.js in any of the roots, 安卓也会有这个问题。经过测试,有个暂时的办法:
1、先打开终端,cd到项目,然后运行:
npm start -- --reset-cache
2、再开xcode run项目或者安卓run-android
这样可以正常运行,希望能帮助遇到bug的你。
React-Native[0.45] 这个版本有个bug,新建的项目运行会报错: Cannot find entry file index.ios.js in any of the roots, 安卓也会有这个问题。经过测试,有个暂时的办法:
1、先打开终端,cd到项目,然后运行:
npm start -- --reset-cache
2、再开xcode run项目或者安卓run-android
这样可以正常运行,希望能帮助遇到bug的你。