Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts9 getUpdatesCheckOnLaunch,
40 expect(getUpdatesCheckOnLaunch({})).toBe('ALWAYS');
56 expect(getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'ON_ERROR_RECOVERY' } })).toBe(
60 getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'ON_ERROR_RECOVERY' } }, '0.11.0')
63 getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'ON_ERROR_RECOVERY' } }, '0.10.15')
65 expect(getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'ON_LOAD' } })).toBe('ALWAYS');
66 expect(getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'WIFI_ONLY' } })).toBe(
69 expect(getUpdatesCheckOnLaunch({ updates: { checkAutomatically: 'NEVER' } })).toBe('NEVER');
70 expect(getUpdatesCheckOnLaunch({ updates: {} })).toBe('ALWAYS');
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts13 getUpdatesCheckOnLaunch,
63 [Config.CHECK_ON_LAUNCH]: getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion),
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.d.ts18 export declare function getUpdatesCheckOnLaunch(config: Pick<ExpoConfigUpdates, 'updates'>, expoUpd…
H A DUpdates.js13 exports.getUpdatesCheckOnLaunch = getUpdatesCheckOnLaunch;
163 function getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion) { function
H A DUpdates.js.map1getUpdatesCheckOnLaunch","expoUpdatesPackageVersion","_config$updates4","_config$updates5","_confi…
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts23 getUpdatesCheckOnLaunch,
104 getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion)
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts127 export function getUpdatesCheckOnLaunch( function
/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js76 …[Config.CHECK_ON_LAUNCH]: (0, _Updates().getUpdatesCheckOnLaunch)(config, expoUpdatesPackageVersio…
H A DUpdates.js.map1getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout","updateUrl","getUpdateUrl","UPDATE_U…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js117 …ication)(mainApplication, Config.CHECK_ON_LAUNCH, (0, _Updates().getUpdatesCheckOnLaunch)(config, …
H A DUpdates.js.map1getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout","updateUrl","getUpdateUrl","UPDATE_U…