第一步:确定将需要的依赖库放到了 .rncache 目录,如果这一步没有操作,按照下面的链接操作一下
https://blog.csdn.net/SummerCloudXT/article/details/80795465
第二步:确定已经执行过npm i 或 yarn ,然后执行
cd node_modules/react-native && ./scripts/ios-install-third-party.sh && cd ../../
有可能接下来你会遇到 React Native 'config.h' file not found
cd node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh && cd ../../../../
网友评论