I am trying to run my react-native app on android. the documentation says I need to run "adb reverse tcp:8081 tcp:8081"
but my adb (version 1.0.31) does not have a "reverse" command.
also the adb documentation (https://developer.android.com/studio/command-line/adb.html#commandsummary) is not mentioning this command.
did they remove it? is there a workaround?