react-native-figwheel-bridge icon indicating copy to clipboard operation
react-native-figwheel-bridge copied to clipboard

Android connecting to Figwheel

Open codonovan opened this issue 6 years ago • 1 comments

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

codonovan avatar Jan 03 '19 12:01 codonovan

You have to do so to forward the required port. Writing a simple script could help you reduce the extra typing ;)

neutrous avatar Apr 26 '19 21:04 neutrous