Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yonycalsin/cde99be979a8d294aa5766f64a6abe53 to your computer and use it in GitHub Desktop.
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
# 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