Skip to content

Instantly share code, notes, and snippets.

@tuliocll
Last active May 12, 2023 13:52
Show Gist options
  • Save tuliocll/055f40f4d7bffc6bcd453facf73b7fcd to your computer and use it in GitHub Desktop.
Save tuliocll/055f40f4d7bffc6bcd453facf73b7fcd to your computer and use it in GitHub Desktop.
My fish config for React Native (Android) Setup
set -gx PATH node modules/.bin $PATH
set -Ux JAVA_HOME (/usr/libexec/java_home -v 11)
set -Ux ANDROID_HOME $HOME/Library/Android/sdk
set -gx PATH $ANDROID_HOME/tools $PATH
set -gx PATH $ANDROID_HOME/tools/bin $PATH
set -gx PATH $ANDROID_HOME/platform-tools $PATH
set -gx PATH $ANDROID_HOME/emulator $PATH
@tuliocll
Copy link
Author

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