Table of Contents
macでreact-native run-android
-> cmd + m
-> Debug JS Remotely
androidのエミュレーターで、ReactNativeアプリを起動して、chromeでデバックしようとしたら
Unable to connect with remote debugger
動かすには
Dev settings
-> Debug server host & port for device
-> localhost:8081
を入力
デバックする
cmd + m
-> Debug JS Remotely
+ chromeでhttp://localhost:8081/debugger-ui/
を開く