| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | find-node-for-xcode.sh | 26 if [[ -d $HOMEBREW_M1_BIN && ! $PATH =~ $HOMEBREW_M1_BIN ]]; then 27 export PATH="$HOMEBREW_M1_BIN:$PATH" 54 export PATH=${HOME}/.anyenv/bin:${PATH} 72 export PATH="$VOLTA_HOME/bin:$PATH"
|
| H A D | android-setup.sh | 14 export PATH="$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools.bin:$PATH" 86 export PATH=$(dirname $(dirname $(command -v android)))/platform-tools:$PATH
|
| H A D | run-instrumentation-tests-via-adb-shell.sh | 10 export PATH="$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$PATH"
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | find-node-for-xcode.sh | 26 if [[ -d $HOMEBREW_M1_BIN && ! $PATH =~ $HOMEBREW_M1_BIN ]]; then 27 export PATH="$HOMEBREW_M1_BIN:$PATH" 54 export PATH=${HOME}/.anyenv/bin:${PATH} 75 export PATH="$VOLTA_HOME/bin:$PATH"
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | find-node-for-xcode.sh | 26 if [[ -d $HOMEBREW_M1_BIN && ! $PATH =~ $HOMEBREW_M1_BIN ]]; then 27 export PATH="$HOMEBREW_M1_BIN:$PATH" 54 export PATH=${HOME}/.anyenv/bin:${PATH} 72 export PATH="$VOLTA_HOME/bin:$PATH"
|
| H A D | android-setup.sh | 14 export PATH="$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools.bin:$PATH" 86 export PATH=$(dirname $(dirname $(command -v android)))/platform-tools:$PATH
|
| H A D | run-instrumentation-tests-via-adb-shell.sh | 10 export PATH="$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$PATH"
|
| /expo/packages/expo-updates/ |
| H A D | run-expo.sh | 3 value=$(cat ~/.expo/PATH) 4 PATH="$PATH:$value" expo "$@"
|
| H A D | run-expo.bat | 1 SET /P STOREDPATH=<"%USERPROFILE%\.expo\PATH" 2 SET PATH="\"%PATH%;%STOREDPATH%\""
|
| H A D | bundle-expo-assets.sh | 14 export PATH="$(if [ -f ~/.expo/PATH ]; then echo $PATH:$(cat ~/.expo/PATH); else echo $PATH; fi)"
|
| /expo/apps/bare-expo/ios/Build-Phases/ |
| H A D | generate-dynamic-macros.sh | 16 export PATH="${SRCROOT}/../../../bin:$PATH"
|
| /expo/ios/Build-Phases/ |
| H A D | generate-dynamic-macros.sh | 16 export PATH="${SRCROOT}/../bin:$PATH"
|
| /expo/apps/eas-expo-go/scripts/ |
| H A D | eas-build-on-success.sh | 6 export PATH="$ROOT_DIR/bin:$PATH"
|
| H A D | eas-build-pre-install.sh | 6 export PATH="$ROOT_DIR/bin:$PATH"
|
| H A D | eas-build-post-install.sh | 6 export PATH="$ROOT_DIR/bin:$PATH"
|
| /expo/packages/expo-module-scripts/ |
| H A D | CONTRIBUTING.md | 5 …PATH`. We need to do the same for npm so that it finds installed scripts in the same places. A sim…
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 65 'export PATH=$PATH:$ANDROID_HOME/emulator', 66 'export PATH=$PATH:$ANDROID_HOME/platform-tools', 68 …ANDROID_HOME=$HOME/Library/Android/sdk && export PATH=$PATH:$ANDROID_HOME/emulator && export PATH=…
|
| H A D | common-development-errors.mdx | 12 - Either you do not have `expo-cli` installed or it is not properly configured in your `$PATH`. 13 …/#installation) if you have not already. Otherwise, check how to set your `$PATH` based on your OS. 25 ### npm ERR! No git binary found in \$PATH 27 - Either you do not have git installed or it is not properly configured in your `$PATH`. 28 …ling-Git) if you have not already. Otherwise, check how to set it in your `$PATH` based on your OS.
|
| /expo/packages/@expo/config/build/ |
| H A D | getUserState.d.ts | 9 PATH?: string;
|
| /expo/packages/@expo/config/src/ |
| H A D | getUserState.ts | 13 PATH?: string;
|
| /expo/templates/expo-template-bare-minimum/ios/ |
| H A D | .xcode.env | 6 # NODE_BINARY variable contains the PATH to the node executable.
|
| /expo/templates/expo-template-tv/ios/ |
| H A D | .xcode.env | 6 # NODE_BINARY variable contains the PATH to the node executable.
|
| /expo/apps/fabric-tester/ios/ |
| H A D | .xcode.env | 6 # NODE_BINARY variable contains the PATH to the node executable.
|
| /expo/apps/bare-expo/ios/ |
| H A D | .xcode.env | 6 # NODE_BINARY variable contains the PATH to the node executable.
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | UserSettings.ts | 16 PATH?: string;
|