| /expo/packages/expo-asset/src/ |
| H A D | Asset.ts | 82 downloaded: boolean = false; property in Asset 105 this.downloaded = true; 172 asset.downloaded = true; 241 if (this.downloaded) { 265 this.downloaded = true;
|
| H A D | Asset.fx.ts | 12 return resolver.fromSource(asset.downloaded ? asset.localUri! : asset.uri);
|
| /expo/packages/expo-asset/build/ |
| H A D | Asset.js | 62 downloaded = false; field in Asset 81 this.downloaded = true; 142 asset.downloaded = true; 202 if (this.downloaded) { 225 this.downloaded = true;
|
| H A D | Asset.fx.js | 11 return resolver.fromSource(asset.downloaded ? asset.localUri : asset.uri);
|
| H A D | Asset.d.ts | 65 downloaded: boolean; property in Asset
|
| H A D | Asset.js.map | 1 …downloaded (by calling [`downloadAsync()`](#downloadasync)), the\n * `file://` URI pointing to t…
|
| H A D | Asset.fx.js.map | 1 …romMetadata(resolver.asset);\n return resolver.fromSource(asset.downloaded ? asset.localUri…
|
| /expo/packages/expo-font/src/__tests__/ |
| H A D | Font-test.native.ts | 14 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 D | Asset-test.ts | 139 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 D | UseUpdates.types.js.map | 1 …downloaded update).\n */\nexport type CurrentlyRunningInfo = {\n /**\n * The UUID that uniquely…
|
| H A D | Updates.js.map | 1 …downloaded and run (an \"emergency launch\").\n * This boolean will be `true` if the app is launch…
|
| /expo/guides/ |
| H A D | Releasing Expo Go for Android.md | 24 - `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 D | FontLoader.ts | 53 if (!asset.downloaded) {
|
| /expo/packages/expo-font/build/ |
| H A D | FontLoader.js | 38 if (!asset.downloaded) {
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | offline-support.mdx | 11 …component](../versions/latest/sdk/app-loading.mdx) until the new JS is downloaded, or it can immed… 17 …downloaded, you can [cache them](/archive/classic-updates/preloading-and-caching-assets.mdx) so yo…
|
| H A D | updating-your-app.mdx | 48 …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… 158 …downloaded 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 D | Font-test.native.ts.snap.ios | 12 exports[`within Expo client loadAsync throws if loading a downloaded font fails 1`] = `[Error: Inte…
|
| H A D | Font-test.native.ts.snap.android | 12 exports[`within Expo client loadAsync throws if loading a downloaded font fails 1`] = `[Error: Inte…
|
| /expo/packages/expo-updates/guides/ |
| H A D | examples.md | 19 …" `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 D | general.md | 14 - 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 D | code-signing.mdx | 72 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 D | optimize-assets.mdx | 20 …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 D | error-recovery.mdx | 17 …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 D | ABI47_0_0EXUpdatesDevLauncherController.m | 184 // 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 D | ABI48_0_0EXUpdatesDevLauncherController.m | 184 // 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.
|