| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | run-ci-e2e-tests.js | 22 const {cd, cp, echo, exec, exit, mv, rm} = require('shelljs'); 75 cd(REACT_NATIVE_APP_DIR); 129 cd('android'); 132 cd('..'); 183 cd('ios'); 242 cd('..');
|
| H A D | launchPackager.bat | 9 cd ../../../
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | run-ci-e2e-tests.js | 22 const {cd, cp, echo, exec, exit, mv} = require('shelljs'); 99 cd(REACT_NATIVE_APP_DIR); 144 cd('android'); 147 cd('..'); 196 cd('ios'); 255 cd('..');
|
| H A D | test-e2e-local.js | 19 const {exec, exit, pushd, popd, pwd, cd, cp} = require('shelljs'); 230 cd('RNTestProject'); 239 cd('ios'); 247 cd('..');
|
| H A D | launchPackager.bat | 9 cd ../../../
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | launchPackager.bat | 9 cd ../../../
|
| /expo/docs/pages/modules/ |
| H A D | use-standalone-expo-module-in-your-project.mdx | 49 cmdCopy="cd packages/expo-settings && npm run build" 50 cmd={['$ cd packages/expo-settings', '$ npm run build']} 113 cmdCopy="cd example && npx expo run:ios" 115 '$ cd example', 146 cmdCopy="npx create-expo-app my-app && cd my-app && npx expo install expo-settings" 147 cmd={['$ npx create-expo-app my-app', '$ cd my-app', '$ npx expo install expo-settings']}
|
| H A D | config-plugin-and-native-module-tutorial.mdx | 26 …cmdCopy="cd expo-native-configuration && rm ios/ExpoNativeConfigurationView.swift && rm android/sr… 28 '$ cd expo-native-configuration', 105 cmdCopy="cd example && npx expo run:ios" 107 '$ cd example', 186 <Terminal cmd={['$ cd example', '$ npx expo prebuild --clean']} /> 315 cmdCopy="cd example && npx expo run:ios" 317 '$ cd example',
|
| H A D | native-module-tutorial.mdx | 26 …cmdCopy="cd expo-settings && rm ios/ExpoSettingsView.swift && rm android/src/main/java/expo/module… 28 '$ cd expo-settings', 103 cmdCopy="cd example && npx expo run:ios" 105 '$ cd example',
|
| H A D | native-view-tutorial.mdx | 25 …cmdCopy="cd expo-web-view && rm src/ExpoWebView.types.ts src/ExpoWebView.web.tsx src/ExpoWebViewMo… 27 '$ cd expo-web-view', 101 cmdCopy="cd example && npx expo run:ios" 103 '$ cd example',
|
| H A D | third-party-library.mdx | 63 cmdCopy="cd example && npx expo run:ios" 65 '$ cd example',
|
| /expo/docs/pages/build-reference/ |
| H A D | build-with-monorepos.mdx | 17 "postinstall": "cd ../.. && yarn build"
|
| H A D | e2e-tests.mdx | 30 '# cd into the project directory', 31 '$ cd eas-tests-example', 173 …'cd android && ./gradlew :app:assembleRelease :app:assembleAndroidTest -DtestBuildType=release && … 589 …'cd android && ./gradlew :app:assembleDebug :app:assembleAndroidTest -DtestBuildType=debug && cd .… 595 …'cd android && ./gradlew :app:assembleRelease :app:assembleAndroidTest -DtestBuildType=release && …
|
| /expo/.github/workflows/ |
| H A D | code-review.yml | 36 # cd SwiftLint
|
| /expo/docs/ui/components/Snippet/ |
| H A D | Terminal.test.tsx | 58 render(<Terminal cmd={['$ npx create-expo-app init test', '$ cd test']} />);
|
| /expo/docs/pages/tutorial/ |
| H A D | create-your-first-app.mdx | 37 '$ cd StickerSmash', 39 cmdCopy="npx create-expo-app StickerSmash && cd StickerSmash"
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/ |
| H A D | xcodebuild.log | 19 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 24 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 38 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 42 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 56 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 60 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 64 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 69 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 74 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios/Pods 178 cd /Users/evanbacon/Documents/GitHub/lab/basic-expo-app/ios [all …]
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 160 '$ cd ~/Library/Android/sdk/platform-tools', 162 ]} cmdCopy="cd ~/Library/Android/sdk/platform-tools && ./adb version" />
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | hosting-your-app.mdx | 38 '$ cd dist', 113 '# cd into your output directory', 114 '$ cd dist',
|
| /expo/packages/expo-dev-menu/ |
| H A D | README.md | 37 1. Navigate to the `dev-menu` package: `cd packages/expo-dev-menu`
|
| /expo/packages/expo-dev-launcher/ |
| H A D | README.md | 33 1. Navigate to the `dev-launcher` package: `cd packages/expo-dev-launcher`
|
| /expo/docs/pages/get-started/ |
| H A D | create-a-project.mdx | 27 '$ cd my-app', 29 cmdCopy="npx create-expo-app my-app && cd my-app"
|
| /expo/ |
| H A D | CONTRIBUTING.md | 59 1. Navigate to the bare sandbox project `cd apps/bare-expo` 77 1. Navigate to a package you want to edit. Ex: `cd packages/expo-constants` 86 - Navigate to the `bare-expo` app directory: `cd apps/bare-expo` 139 3. Navigate to the docs you want to edit: `cd docs/pages/`.
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkNx_neon.h | 648 Sk8f ab, cd; variable 649 SkNx_split(src, &ab, &cd); 653 SkNx_split(cd, &c, &d);
|
| H A D | SkNx_sse.h | 771 Sk8f ab, cd; variable 772 SkNx_split(src, &ab, &cd); 776 SkNx_split(cd, &c, &d);
|