Searched refs:getUpdatesCheckOnLaunch (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 9 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 D | Updates.ts | 13 getUpdatesCheckOnLaunch, 63 [Config.CHECK_ON_LAUNCH]: getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion),
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.d.ts | 18 export declare function getUpdatesCheckOnLaunch(config: Pick<ExpoConfigUpdates, 'updates'>, expoUpd…
|
| H A D | Updates.js | 13 exports.getUpdatesCheckOnLaunch = getUpdatesCheckOnLaunch; 163 function getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion) { function
|
| H A D | Updates.js.map | 1 …getUpdatesCheckOnLaunch","expoUpdatesPackageVersion","_config$updates4","_config$updates5","_confi…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 23 getUpdatesCheckOnLaunch, 104 getUpdatesCheckOnLaunch(config, expoUpdatesPackageVersion)
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 127 export function getUpdatesCheckOnLaunch( function
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Updates.js | 76 …[Config.CHECK_ON_LAUNCH]: (0, _Updates().getUpdatesCheckOnLaunch)(config, expoUpdatesPackageVersio…
|
| H A D | Updates.js.map | 1 …getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout","updateUrl","getUpdateUrl","UPDATE_U…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Updates.js | 117 …ication)(mainApplication, Config.CHECK_ON_LAUNCH, (0, _Updates().getUpdatesCheckOnLaunch)(config, …
|
| H A D | Updates.js.map | 1 …getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout","updateUrl","getUpdateUrl","UPDATE_U…
|