Skip to content

Instantly share code, notes, and snippets.

@abidibo
Last active July 13, 2017 10:36
Show Gist options
  • Save abidibo/1032607ca490d4e1e62118fa0ee3e0e2 to your computer and use it in GitHub Desktop.
Save abidibo/1032607ca490d4e1e62118fa0ee3e0e2 to your computer and use it in GitHub Desktop.
React Native Stuff

Emulators

How to see the list of available emulators?

$ android list avd

How to start a virtual device from terminal (no need to open Android Studio)?

$ cd ~/Android/Sdk/emulator && ./emulator -avd EMULATOR_NAME -qemu -m 1024 -enable-kvm

where EMULATOR_NAME is read from prev command.

Debug

Refresh bundle

Press r+r on keyboard in simulator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment