Skip to content

Instantly share code, notes, and snippets.

@tcodes0
Created August 30, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcodes0/73166f14e66c95f5e495915466b63dc2 to your computer and use it in GitHub Desktop.
Save tcodes0/73166f14e66c95f5e495915466b63dc2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# packager
adb reverse tcp:8081 tcp:8081
adb -d reverse tcp:8081 tcp:8081
adb -e reverse tcp:8081 tcp:8081
echo "🚧 React Native Packager Redirected 🚧"
@tcodes0
Copy link
Author

tcodes0 commented Aug 30, 2019

adb shell input keyevent 82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment