I\'m using React.JS and when I do react-native run-android (with my device plugged in) I see a blank page. When I shake the device and select Debug JS Rem
react-native run-android
Debug JS Rem
I did @sajib s answer and used this script to redirect ports:
#!/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 "