Skip to content

Instantly share code, notes, and snippets.

@matthewblott
Last active February 1, 2022 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewblott/75fd2bb66d8beca075637dc29864a774 to your computer and use it in GitHub Desktop.
Save matthewblott/75fd2bb66d8beca075637dc29864a774 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
### ======
### Doctor
### ======
# android check
ns doctor android
### =======
### Devices
### =======
# list running devices
ns devices
# list running ios devices
ns devices ios
# list available devices
ns devices --available-devices
# list available android devices
ns devices android --available-devices
# run on android with a specific platform
ns run android --device device-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment