decosoftware / deco-ide

The React Native IDE

Home Page:https://www.decosoftware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port 8081 taken by McAfee for Corporate Laptops

eddiewang opened this issue · comments

Hi there,

This is a rare and annoying issue, but the port 8081 is hardcoded to React-native and essentially we have to "kill" the McAfee antivirus service in order to develop.

There is a package called react-native-port-patcher that fixes this small issue by manually patching the hard coded ports in the xproj files.

My question is I created a new react native project and I added the patcher. However, DECO IDE still running the watcher from port 8081... any way to add the --port flag as a default?