Searched refs:fallbackToCacheTimeout (Results 1 – 17 of 17) sorted by relevance
| /expo/guides/releasing/ |
| H A D | Updates QA.md | 5 - Publish a classic update with the new SDK version and `fallbackToCacheTimeout: 0`. Open it in Exp… 7 …uld see the changes to the splash screen and app UI right away (ignoring `fallbackToCacheTimeout`). 22 - Publish an update with `fallbackToCacheTimeout: 0` and build a standalone app (either on turtle o… 24 - Set `fallbackToCacheTimeout: 100`, then publish and build a new app; uninstall the old app and in… 26 - Set `fallbackToCacheTimeout: 2000`, then publish and build a new app; uninstall and reinstall. 27 - Make a change to the UI, set `fallbackToCacheTimeout: 0` and publish it; relaunch the app, this t… 29 - Make a change to the UI and publish another new update. To ensure that `fallbackToCacheTimeout: 0… 37 - Publish a new update with `enabled: true`, `fallbackToCacheTimeout: 0`, and `checkAutomatically: …
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Updates-test.ts | 37 fallbackToCacheTimeout: 2000,
|
| /expo/ios/Tests/AppLoader/ |
| H A D | EXAppLoaderConfigurationTests.m | 44 @"fallbackToCacheTimeout": @1000,
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 189 fallbackToCacheTimeout?: number;
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 187 fallbackToCacheTimeout?: number;
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 124 return config.updates?.fallbackToCacheTimeout ?? 0;
|
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 72 expect(getUpdatesTimeout({ updates: { fallbackToCacheTimeout: 2000 } })).toBe(2000);
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Updates-test.ts | 49 fallbackToCacheTimeout: 2000, constant
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.js | 161 … null || _config$updates3 === void 0 ? void 0 : _config$updates3.fallbackToCacheTimeout) !== null …
|
| H A D | Updates.js.map | 1 …fallbackToCacheTimeout","getUpdatesCheckOnLaunch","expoUpdatesPackageVersion","_config$updates4","…
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | offline-support.mdx | 13 …nchronously checking and downloading on app start), set `updates.fallbackToCacheTimeout` to `0` in…
|
| H A D | configuring-updates.mdx | 15 If your **app.json** does not contain an `updates.fallbackToCacheTimeout` field it will default to …
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/ |
| H A D | managed-test.ts.snap | 134 …image":"./assets/splash.png","resizeMode":"contain"},"updates":{"fallbackToCacheTimeout":0},"userI…
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 92 fallbackToCacheTimeout: 650,
|
| /expo/docs/pages/eas-update/ |
| H A D | how-it-works.mdx | 110 …fallbackToCacheTimeout` setting, then the new update will run immediately upon launch. If the libr…
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/ |
| H A D | withDefaultPlugins-test.ts.snap | 523 "fallbackToCacheTimeout": 650, 1820 "fallbackToCacheTimeout": 650, 2800 "fallbackToCacheTimeout": 650,
|
| /expo/docs/pages/workflow/ |
| H A D | upgrading-expo-sdk-walkthrough.mdx | 290 …`Updates` API instead. The equivalent of this configuration is `updates.fallbackToCacheTimeout: 0`.
|