Home
last modified time | relevance | path

Searched refs:downloaded (Results 1 – 25 of 81) sorted by relevance

1234

/expo/packages/expo-asset/src/
H A DAsset.ts82 downloaded: boolean = false; property in Asset
105 this.downloaded = true;
172 asset.downloaded = true;
241 if (this.downloaded) {
265 this.downloaded = true;
H A DAsset.fx.ts12 return resolver.fromSource(asset.downloaded ? asset.localUri! : asset.uri);
/expo/packages/expo-asset/build/
H A DAsset.js62 downloaded = false; field in Asset
81 this.downloaded = true;
142 asset.downloaded = true;
202 if (this.downloaded) {
225 this.downloaded = true;
H A DAsset.fx.js11 return resolver.fromSource(asset.downloaded ? asset.localUri : asset.uri);
H A DAsset.d.ts65 downloaded: boolean; property in Asset
H A DAsset.js.map1downloaded (by calling [`downloadAsync()`](#downloadasync)), the\n * `file://` URI pointing to t…
H A DAsset.fx.js.map1 …romMetadata(resolver.asset);\n return resolver.fromSource(asset.downloaded ? asset.localUri…
/expo/packages/expo-font/src/__tests__/
H A DFont-test.native.ts14 type MockAsset = { downloaded: boolean; downloadAsync: () => Promise<void>; localUri?: string };
15 type MockAssetOptions = { localUri?: string; downloaded?: boolean; downloadAsync?: any };
22 downloaded: false,
24 mockAsset.downloaded = true;
72 expect(mockAsset.downloaded).toBe(true);
83 downloaded: false,
88 expect(mockAsset.downloaded).toBe(false);
103 expect(mockAsset.downloaded).toBe(true);
176 downloaded: false,
209 downloaded: false,
/expo/packages/expo-asset/src/__tests__/
H A DAsset-test.ts139 expect(asset.downloaded).toBe(true);
160 downloaded: true,
185 expect(asset.downloaded).toBe(true);
220 expect(asset.downloaded).toBe(true);
/expo/packages/expo-updates/build/
H A DUseUpdates.types.js.map1downloaded update).\n */\nexport type CurrentlyRunningInfo = {\n /**\n * The UUID that uniquely…
H A DUpdates.js.map1downloaded and run (an \"emergency launch\").\n * This boolean will be `true` if the app is launch…
/expo/guides/
H A DReleasing Expo Go for Android.md24 - `adb install {downloaded-apk}`
40 **Why:** So that our users that downloaded Expo Go from Play Store can update easily.
42 …**How:** Open the `client` workflow from which you downloaded `app-release.apk` in step 3. and app…
/expo/packages/expo-font/src/
H A DFontLoader.ts53 if (!asset.downloaded) {
/expo/packages/expo-font/build/
H A DFontLoader.js38 if (!asset.downloaded) {
/expo/docs/pages/archive/classic-updates/
H A Doffline-support.mdx11 …component](../versions/latest/sdk/app-loading.mdx) until the new JS is downloaded, or it can immed…
17downloaded, you can [cache them](/archive/classic-updates/preloading-and-caching-assets.mdx) so yo…
H A Dupdating-your-app.mdx48 …ssets and JavaScript bundles are immutable; that is, if it has already downloaded an asset or bund…
68 …tes it has downloaded; this way, if a user updates their app binary through the App Store, it will…
86 …y downloaded as part of a published update. `expo-updates` will not consider an update "ready" and…
96 …rns will be pre-downloaded by clients before the update that uses them will launch. If you have an…
150 …ng back to a previously downloaded version. Setting this to `0` will cause the app to always launc…
156 By default, `expo-updates` will immediately launch your app with a previously downloaded (or embedd…
158downloaded within this time, the new update will be launched right away, rather than waiting for t…
/expo/packages/expo-font/src/__tests__/__snapshots__/
H A DFont-test.native.ts.snap.ios12 exports[`within Expo client loadAsync throws if loading a downloaded font fails 1`] = `[Error: Inte…
H A DFont-test.native.ts.snap.android12 exports[`within Expo client loadAsync throws if loading a downloaded font fails 1`] = `[Error: Inte…
/expo/packages/expo-updates/guides/
H A Dexamples.md19 …" `DatabaseLauncher` which will presumably select and prepare the just-downloaded update for launc…
20 …in step (6) has already been launched. Rather than launching the newly downloaded update, `LoaderT…
50 …update Y) and sees that it's older than update Z (which it already has downloaded), so it doesn't …
63 …ctive database migration), `RemoteLoader` populates the row as if it had just downloaded the asset.
82 …l files are simply treated as separate assets, and all of them must be downloaded for an update to…
H A Dgeneral.md14 - Updates can come from multiple sources. Many updates are downloaded from a remote server. Each ap…
16 … for launching updates, assets in embedded updates don't need to be re-downloaded if they're used …
/expo/docs/pages/eas-update/
H A Dcode-signing.mdx72 responds with the update published in step (3) and its generated signature. After being downloaded
83 …o the certificate will no longer be applied after being downloaded by the app. Updates downloaded
H A Doptimize-assets.mdx20 …ertheless, these files will be downloaded to a user's device when getting the new update if the de…
/expo/docs/pages/bare/
H A Derror-recovery.mdx17 …o-updates` will ensure that in most cases, even users who have already downloaded the broken updat…
50 Note that if a new update is downloaded, it will launch when the user next tries to open the app.
58 …mer runs out, the app will immediately try to reload itself and launch the newly downloaded update.
59 - If this newly downloaded update also throws a fatal error, OR there is no new update, OR the time…
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesDevLauncherController.m184 // with a different (newer) update if one is downloaded, e.g. using `fetchUpdateAsync`. If we set
186 // launched by `reloadAsync` even if a newer one is downloaded.
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesDevLauncherController.m184 // with a different (newer) update if one is downloaded, e.g. using `fetchUpdateAsync`. If we set
186 // launched by `reloadAsync` even if a newer one is downloaded.

1234