React Native - Port 8081 already in use, packager is either not running or not running correctly Command /bin/sh failed with exit code 2

后端 未结 12 1197
眼角桃花
眼角桃花 2020-12-13 11:01

I\'m trying to get up and running with React Native and I am seeing the message below in Xcode:

Port 8081 already in use, packager is either not running

12条回答
  •  时光取名叫无心
    2020-12-13 11:35

    I just had the same problem and found out Docker was using port 8081.

    Therefore if you need to debug stuff with React Native, you need to stop docker, if it is using the same port.

提交回复
热议问题