Skip to content

Instantly share code, notes, and snippets.

@eyalcohen4
Created December 6, 2017 11:45
Show Gist options
  • Save eyalcohen4/1e22cd5725c916ece842ec5eaad4af14 to your computer and use it in GitHub Desktop.
Save eyalcohen4/1e22cd5725c916ece842ec5eaad4af14 to your computer and use it in GitHub Desktop.
Terminal aliases for react-native cli
# Paste it in your .zshrc / .bashrc
alias rnand="react-native run-android"
alias rnios="react-native run-ios"
alias rnloga="react-native log-android"
alias rnlogi="react-native log-ios"
alias rns="react-native start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment