Created
June 13, 2020 20:50
-
-
Save ChechoCZ/2e0288228b6dd711deae679740acb2a4 to your computer and use it in GitHub Desktop.
Android Phone/Simulator Req Localhost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run in terminal the following command to allow android emulator or physical device to connect to localhost | |
adb reverse tcp:3000 tcp:3000 | |
// Port should be backend port. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment