Created
November 17, 2021 22:20
-
-
Save yonycalsin/cde99be979a8d294aa5766f64a6abe53 to your computer and use it in GitHub Desktop.
React Native Android Fetch failing on connection to local API in windows 10
This file contains hidden or 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
| # https://stackoverflow.com/a/61711341 | |
| # command | |
| adb -s <device_name> reverse tcp:backend_port tcp:backend_port | |
| # example | |
| adb -s emulator-5554 reverse tcp:4444 tcp:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment