React native change listening port

前端 未结 13 1340
既然无缘
既然无缘 2020-12-05 17:36

I am using react native android and having face issues to deploy the app on an android device. When I run

react-native start, it won\'t start dev server

13条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 17:54

    When you excute command like

    ./node_modules/react-native/scripts/launchPackager.command

    to start a debug server,append args like

    ---port 8082

    it works for me in React native 0.53.3.

提交回复
热议问题