Home
last modified time | relevance | path

Searched refs:assetBundlePatterns (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/cli/src/export/__tests__/
H A DexportAssets-test.ts9 assetBundlePatterns: [],
20 assetBundlePatterns: ['**/*'],
/expo/packages/@expo/cli/src/export/
H A DexportAssets.ts25 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 Dapp.config.js3 assetBundlePatterns: ['assets/*.ttf'], property
/expo/docs/pages/archive/classic-updates/
H A Doffline-support.mdx28 …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 Dpreloading-and-caching-assets.mdx13 To bundle assets in your binary, use the [assetBundlePatterns](../workflow/configuration.mdx) key i…
16 "assetBundlePatterns": [
H A Dupdating-your-app.mdx88 …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 Dpublishing.mdx93 - Change your bundled assets under `assetBundlePatterns`
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts231 assetBundlePatterns?: string[]; property
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts227 assetBundlePatterns?: string[]; property
/expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/
H A Dmanaged-test.ts.snap134 …Color":"#FFFFFF","foregroundImage":"./assets/adaptive-icon.png"}},"assetBundlePatterns":["**/*"],"…
/expo/docs/pages/build-reference/
H A Dmigrating.mdx63 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…