Searched refs:assetBundlePatterns (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/cli/src/export/__tests__/ |
| H A D | exportAssets-test.ts | 9 assetBundlePatterns: [], 20 assetBundlePatterns: ['**/*'],
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportAssets.ts | 25 if (!exp.assetBundlePatterns?.length || !assets.length) { 26 delete exp.assetBundlePatterns; 34 const fullPatterns: string[] = exp.assetBundlePatterns.map((p: string) => 56 delete exp.assetBundlePatterns;
|
| /expo/packages/@expo/cli/e2e/fixtures/with-assets/ |
| H A D | app.config.js | 3 assetBundlePatterns: ['assets/*.ttf'], property
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | offline-support.mdx | 28 …expo publish` is **not** run as part of the build process, so the `assetBundlePatterns` key doesn'… 32 To bundle assets in your binary, use the [assetBundlePatterns](../workflow/configuration.mdx) key i… 35 "assetBundlePatterns": [
|
| H A D | preloading-and-caching-assets.mdx | 13 To bundle assets in your binary, use the [assetBundlePatterns](../workflow/configuration.mdx) key i… 16 "assetBundlePatterns": [
|
| H A D | updating-your-app.mdx | 88 …ssets will be included as part of this atomic update by using the `assetBundlePatterns` key in **a… 91 "assetBundlePatterns": [ 96 …time rather than before your JavaScript is evaluated, you can use `assetBundlePatterns` to exclude…
|
| H A D | publishing.mdx | 93 - Change your bundled assets under `assetBundlePatterns`
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 231 assetBundlePatterns?: string[]; property
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 227 assetBundlePatterns?: string[]; property
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/ |
| H A D | managed-test.ts.snap | 134 …Color":"#FFFFFF","foregroundImage":"./assets/adaptive-icon.png"}},"assetBundlePatterns":["**/*"],"…
|
| /expo/docs/pages/build-reference/ |
| H A D | migrating.mdx | 63 With classic builds, `assetBundlePatterns` serves two purposes: 66 …ine the contents of an "atomic" update bundle. All files matching `assetBundlePatterns` need to be… 68 … at build time, the same as in a default React Native app — `assetBundlePatterns` is not use…
|