Skip to content

Instantly share code, notes, and snippets.

@tuliocll
Last active July 25, 2020 15:15
Show Gist options
  • Save tuliocll/79a881fc3500cb6c9646859a2b21d71c to your computer and use it in GitHub Desktop.
Save tuliocll/79a881fc3500cb6c9646859a2b21d71c to your computer and use it in GitHub Desktop.
Meus alias que uso para React Native, postagem completa: http://tuliocalil.blogspot.com/2020/07/linux-e-unix-alias-atalhos-produtivos.html
#My react native alias: http://tuliocalil.blogspot.com/2020/07/linux-e-unix-alias-atalhos-produtivos.html
alias rnand='npx react-native run-android'
alias rnios='npx react-native run-ios'
alias rnapk='cd android && ./gradlew assembleRelease && cd..'
alias rnbundle='cd android && ./gradlew bundleRelease && cd..'
alias rnd='npx react-native doctor'
alias rnlink='npx react-native link'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment