| /expo/docs/pages/troubleshooting/ |
| H A D | clear-cache-macos-linux.mdx | 16 yarn cache clean 28 npm cache clean --force 41 yarn cache clean 53 npm cache clean --force 68 | `yarn cache clean` | Clear the global Yarn cache … 69 | `npm cache clean --force` | Clear the global npm cache …
|
| H A D | clear-cache-windows.mdx | 14 yarn cache clean 26 npm cache clean --force 39 yarn cache clean 51 npm cache clean --force 66 | `yarn cache clean` | Clear the global Yarn cache … 67 | `npm cache clean --force` | Clear the global npm cache …
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | OverlayTranslationDriver.swift | 11 func clean() function
|
| H A D | PanGestureOverlayTranslationDriver.swift | 30 func clean() { in clean() function
|
| H A D | ScrollViewOverlayTranslationDriver.swift | 34 func clean() { in clean() function
|
| /expo/tools/src/commands/ |
| H A D | GenerateBareApp.ts | 13 clean?: boolean; 26 clean = false, 38 await cleanIfNeeded({ clean, projectDir, workspaceDir }); 71 async function cleanIfNeeded({ workspaceDir, projectDir, clean }) { 76 if (clean) {
|
| H A D | CreateUnimodule.ts | 35 clean: 'expo-module clean',
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | prebuildAsync.ts | 48 clean?: boolean; 65 if (options.clean) {
|
| H A D | index.ts | 66 clean: args['--clean'],
|
| /expo/docs/constants/ |
| H A D | versions.js | 34 const dirVersion = semver.clean(dir);
|
| /expo/packages/expo-dev-launcher/ios/Tests/ |
| H A D | EXDevLauncherModuleTests.m | 87 // clean up 105 // clean up
|
| /expo/packages/expo-module-scripts/ |
| H A D | README.md | 21 - [clean](#clean) 46 "clean": "expo-module clean", 140 - `yarn clean plugin`: Delete the `plugin/build` folder. 289 ### clean subsection 293 #### clean plugin argument 295 Running `clean plugin` will delete the `plugin/build` directory. 303 Runs `clean` and `build`.
|
| /expo/packages/expo/ |
| H A D | README.md | 7 …po/blob/main/packages/%40expo/cli/README.md), a small CLI that provides a clean interface around b…
|
| H A D | CONTRIBUTING.md | 1 We've set up the Expo SDK to help us keep it reliable and clean and be confident in the changes we'… 55 …ons. Before sending a PR, run `yarn lint` to make sure the Expo SDK stays clean. You also can run … 59 Each of us is responsible for keeping the Expo SDK clean, like how we're responsible for tests and …
|
| /expo/fastlane/ |
| H A D | Fastfile | 162 clean: false, 180 clean: false, 195 clean: false, 265 clean: true,
|
| /expo/guides/ |
| H A D | Expo Module Infrastructure.md | 47 "clean": "expo-module clean", 76 Running `yarn clean` will delete the `build` directory.
|
| H A D | Migrating Universal Modules to TypeScript.md | 110 "clean": "expo-module clean",
|
| /expo/docs/pages/workflow/ |
| H A D | prebuild.mdx | 21 …n you risk losing your changes the next time you run `npx expo prebuild --clean`. Instead, you sho… 67 The `--clean` flag will delete any existing native directories before generating. 69 …clean` flag, it layers the changes on top of your existing files. This is faster than re-generatin… 71 …destructive nature of the flag, you'll be warned to have a clean git status when the `--clean` fla… 79 …/* It is also theoretically possible to make clean builds take seconds rather than minutes, meanin…
|
| /expo/packages/expo-updates/ |
| H A D | expo-updates.gradle | 38 // Create dirs if they are not there (e.g. the "clean" task just ran)
|
| /expo/docs/pages/build-reference/ |
| H A D | ios-builds.mdx | 16 …as.json**, check if the git index is clean - this means that there aren't any uncommitted changes.… 75 clean(true)
|
| /expo/docs/pages/custom-builds/ |
| H A D | schema.mdx | 690 clean: false 811 clean: false 901 clean: false 920 clean: false 1005 clean(<%- CLEAN %>) 1033 clean(<%- CLEAN %>) 1061 clean: false 1096 clean: false 1108 clean(<%- CLEAN %>) 1168 clean: false [all …]
|
| /expo/.github/workflows/ |
| H A D | versioning.yml | 66 - name: Ensure that Git working dir is clean
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxMessage-test.js.snap | 51 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = `
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/ |
| H A D | LogBoxMessage-test.js.snap | 51 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = `
|
| /expo/docs/pages/modules/ |
| H A D | use-standalone-expo-module-in-your-project.mdx | 55 <Terminal cmd={['$ npx expo prebuild --clean']} /> 171 cmdCopy="npx expo prebuild --clean && npx expo run:ios" 174 '$ npx expo prebuild --clean',
|