I'm trying to start the React Native debugger and bundler in port 8088
because 8081
used by another program, using the following command:
react-native run-android --port=8088
The emulator reverse is set correctly
Running C:\Users\MyUser\AppData\Local\Android\Sdk/platform-tools/adb -s emulator-5554 reverse tcp:8088 tcp:8088
But metro bundler is starting in port 8081
Which would be the best way to start it once some program is reading my 8081 port and I can't stop it.