美文网首页
React-native third-party/double-

React-native third-party/double-

作者: 云顶天宫写代码 | 来源:发表于2019-08-21 09:08 被阅读0次

    第一步:确定将需要的依赖库放到了 .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 ../../../../

    相关文章

      网友评论

          本文标题:React-native third-party/double-

          本文链接:https://www.haomeiwen.com/subject/dzivsctx.html