Home
last modified time | relevance | path

Searched refs:fallbackToCacheTimeout (Results 1 – 17 of 17) sorted by relevance

/expo/guides/releasing/
H A DUpdates QA.md5 - 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 DUpdates-test.ts37 fallbackToCacheTimeout: 2000,
/expo/ios/Tests/AppLoader/
H A DEXAppLoaderConfigurationTests.m44 @"fallbackToCacheTimeout": @1000,
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts189 fallbackToCacheTimeout?: number;
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts187 fallbackToCacheTimeout?: number;
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts124 return config.updates?.fallbackToCacheTimeout ?? 0;
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts72 expect(getUpdatesTimeout({ updates: { fallbackToCacheTimeout: 2000 } })).toBe(2000);
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DUpdates-test.ts49 fallbackToCacheTimeout: 2000, constant
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js161 … null || _config$updates3 === void 0 ? void 0 : _config$updates3.fallbackToCacheTimeout) !== null …
H A DUpdates.js.map1fallbackToCacheTimeout","getUpdatesCheckOnLaunch","expoUpdatesPackageVersion","_config$updates4","…
/expo/docs/pages/archive/classic-updates/
H A Doffline-support.mdx13 …nchronously checking and downloading on app start), set `updates.fallbackToCacheTimeout` to `0` in…
H A Dconfiguring-updates.mdx15 If your **app.json** does not contain an `updates.fallbackToCacheTimeout` field it will default to …
/expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/
H A Dmanaged-test.ts.snap134 …image":"./assets/splash.png","resizeMode":"contain"},"updates":{"fallbackToCacheTimeout":0},"userI…
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts92 fallbackToCacheTimeout: 650,
/expo/docs/pages/eas-update/
H A Dhow-it-works.mdx110fallbackToCacheTimeout` setting, then the new update will run immediately upon launch. If the libr…
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap523 "fallbackToCacheTimeout": 650,
1820 "fallbackToCacheTimeout": 650,
2800 "fallbackToCacheTimeout": 650,
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx290 …`Updates` API instead. The equivalent of this configuration is `updates.fallbackToCacheTimeout: 0`.