開発環境構築メモ - KokiKono/react-native-tutorial GitHub Wiki
対象:mac
参考URL: http://qiita.com/cacarrot/items/51aefbcd2f15d3be4164
各ツールのコマンドパス
#nodebrew
PATH=$HOME/.nodebrew/current/bin:$PATH
#create-react-app
PATH=$HOME/.node_modules_global/bin:$PATH
#brew
PATH=/usr/local/bin:$PATH
#react-native
PATH=/usr/local/lib/node_modules/react-native-cli/node_modules/.bin:$PATH
#android
ANDROID_HOME=${HOME}/Library/Android/sdk
PATH=${PATH}:${ANDROID_HOME}/tools
PATH=${PATH}:${ANDROID_HOME}/platform-tools
PATH=$PATH:$GOPATH/bin