React Native Expo change default LAN IP

后端 未结 10 1012
星月不相逢
星月不相逢 2020-12-13 09:23

I\'ve got virtual box installed. And when I look at the host > LAN > ip address is exp://192.168.56.1:19000.

How can I change it without disable the network? because

10条回答
  •  隐瞒了意图╮
    2020-12-13 09:58

    On the Windows Subsystem for Linux (Ubuntu 18.04.1 LTS "Bionic"), I had to use the export command:

    export REACT_NATIVE_PACKAGER_HOSTNAME=192.168.1.76.

提交回复
热议问题