Created
December 6, 2017 11:45
-
-
Save eyalcohen4/1e22cd5725c916ece842ec5eaad4af14 to your computer and use it in GitHub Desktop.
Terminal aliases for react-native cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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