$ android list avd
$ cd ~/Android/Sdk/emulator && ./emulator -avd EMULATOR_NAME -qemu -m 1024 -enable-kvm
where EMULATOR_NAME
is read from prev command.
- Open chrome at http://localhost:8081/debugger-ui
- Open dev menu on simulator: CTRL-m and enable JS remote debugging
- Use this: https://github.com/infinitered/reactotron
Press r+r on keyboard in simulator