在github 上面(https://github.com/facebook/react-native
)下载 zip react-native
然后运行 npm i
然后react-native run-ios
会报错是怎么回事?
下面是报错信息:Command ”run-ios“ unrecognized. Make sure that you have run “npm install” and that you are inside a react-native project.
你是在项目目录下运行npm install,然后react-native run-ios的吗?