美文网首页
react-native No bundle URL prese

react-native No bundle URL prese

作者: zhengxiaolang | 来源:发表于2020-11-12 10:34 被阅读0次

    常用三种解决办法

    1 . 重新编译并运行

    rm -rf ios/build
    react-native run-ios
    

    2 . 删除node模块,重新安装

    rm -rf node_modules
    npm install
    

    3 . 查看端口号是否被占用

    sudo lsof -i:8081
    
    3.1、关闭占用的应用程序然后重新运行即可
    3.2、或者修改端口号

    相关文章

      网友评论

          本文标题:react-native No bundle URL prese

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