如何在两个不同的服务器上同时运行两个React Native Android应用程序?

时间:2019-01-02 12:37:56

标签: reactjs react-native react-native-android

我有两个我想在设备上同时运行的本地Android应用。

现在,我的两个应用程序都连接到8081-每当一个连接时,它就会将另一个应用程序踢掉。

3 个答案:

答案 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"
  },