React Native - RCTRootView.h file not found

从GitHub上下载下来的React Native项目在Xcode中不能直接运行,会报以下错误:

React Native - RCTRootView.h file not found_第1张图片
Paste_Image.png

解决方法:

cd到这个项目中,执行npm install react-native
此项目中还有其他依赖,执行npm install,即可添加所有依赖

执行完命令后重新打开项目,效果如下:

React Native - RCTRootView.h file not found_第2张图片
B056C1A7-592C-4018-A2EC-9F6D7C7C0EDC.png

这个问题,我也没解决,如果有人解决了,告诉我一下,谢谢!

你可能感兴趣的:(React Native - RCTRootView.h file not found)