react-native-figwheel-bridge
react-native-figwheel-bridge copied to clipboard
Android connecting to Figwheel
To get an Android device and emulator to connect to fighweel I had to run
adb reverse tcp:9500 tcp:9500
from the console before running
react-native run-android
You have to do so to forward the required port. Writing a simple script could help you reduce the extra typing ;)