Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 82) sorted by relevance

1234

/expo/docs/pages/troubleshooting/
H A Dclear-cache-macos-linux.mdx16 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 Dclear-cache-windows.mdx14 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 DOverlayTranslationDriver.swift11 func clean() function
H A DPanGestureOverlayTranslationDriver.swift30 func clean() { in clean() function
H A DScrollViewOverlayTranslationDriver.swift34 func clean() { in clean() function
/expo/tools/src/commands/
H A DGenerateBareApp.ts13 clean?: boolean;
26 clean = false,
38 await cleanIfNeeded({ clean, projectDir, workspaceDir });
71 async function cleanIfNeeded({ workspaceDir, projectDir, clean }) {
76 if (clean) {
H A DCreateUnimodule.ts35 clean: 'expo-module clean',
/expo/packages/@expo/cli/src/prebuild/
H A DprebuildAsync.ts48 clean?: boolean;
65 if (options.clean) {
H A Dindex.ts66 clean: args['--clean'],
/expo/docs/constants/
H A Dversions.js34 const dirVersion = semver.clean(dir);
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherModuleTests.m87 // clean up
105 // clean up
/expo/packages/expo-module-scripts/
H A DREADME.md21 - [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 DREADME.md7 …po/blob/main/packages/%40expo/cli/README.md), a small CLI that provides a clean interface around b…
H A DCONTRIBUTING.md1 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 DFastfile162 clean: false,
180 clean: false,
195 clean: false,
265 clean: true,
/expo/guides/
H A DExpo Module Infrastructure.md47 "clean": "expo-module clean",
76 Running `yarn clean` will delete the `build` directory.
H A DMigrating Universal Modules to TypeScript.md110 "clean": "expo-module clean",
/expo/docs/pages/workflow/
H A Dprebuild.mdx21 …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.
69clean` 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 Dexpo-updates.gradle38 // Create dirs if they are not there (e.g. the "clean" task just ran)
/expo/docs/pages/build-reference/
H A Dios-builds.mdx16 …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 Dschema.mdx690 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 Dversioning.yml66 - name: �� Ensure that Git working dir is clean
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap51 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 DLogBoxMessage-test.js.snap51 exports[`LogBoxMessage should render a plaintext message and clean the content 1`] = `
/expo/docs/pages/modules/
H A Duse-standalone-expo-module-in-your-project.mdx55 <Terminal cmd={['$ npx expo prebuild --clean']} />
171 cmdCopy="npx expo prebuild --clean && npx expo run:ios"
174 '$ npx expo prebuild --clean',

1234