我有两个我想在设备上同时运行的本地Android应用。
现在,我的两个应用程序都连接到8081-每当一个连接时,它就会将另一个应用程序踢掉。
答案 0 :(得分:1)
您可以为此使用以下命令
react-native start --port 9988
有关官方文档,您可以尝试https://facebook.github.io/react-native/docs/troubleshooting#using-a-port-other-than-8081
答案 1 :(得分:0)
使用博览会 通过使用两个设备扫描QR码,您可以在两个单独的设备中运行...
答案 2 :(得分:0)
"scripts": {
"start": "react-scripts start -p 3001"
},