'React/RCTBundleURLProvider.h' file not found

新建RN项目时在iOS端用xcode跑时有时会遇到 'React/RCTBundleURLProvider.h' file not found 错误,遇到这种错误通常有一下几种状况:node 1. 没有执行 npm install 命令,没有安装依赖,此时执行 npm install 安装依赖便可.npm 2. 依赖已经安装,但仍是会报这个错,此时将项目下node_modules文件夹删除,再次执
相关文章
相关标签/搜索