Searched refs:getUpdatesEnabled (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 15 getUpdatesEnabled, 46 expect(getUpdatesEnabled({})).toBe(false); 47 expect(getUpdatesEnabled({ updates: {} })).toBe(false); 71 expect(getUpdatesEnabled({ updates: { enabled: false } })).toBe(false);
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Updates.ts | 17 getUpdatesEnabled, 62 [Config.ENABLED]: getUpdatesEnabled(config),
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.d.ts | 16 export declare function getUpdatesEnabled(config: Pick<ExpoConfigUpdates, 'updates'>): boolean;
|
| H A D | Updates.js | 17 exports.getUpdatesEnabled = getUpdatesEnabled; 151 function getUpdatesEnabled(config) { function
|
| H A D | Updates.js.map | 1 …getUpdatesEnabled","_config$updates2","enabled","undefined","getUpdatesTimeout","_config$updates$f…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 27 getUpdatesEnabled, 99 String(getUpdatesEnabled(config))
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 114 export function getUpdatesEnabled(config: Pick<ExpoConfigUpdates, 'updates'>): boolean { function
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Updates.js | 75 [Config.ENABLED]: (0, _Updates().getUpdatesEnabled)(config),
|
| H A D | Updates.js.map | 1 …getUpdatesEnabled","CHECK_ON_LAUNCH","getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Updates.js | 116 …inApplication)(mainApplication, Config.ENABLED, String((0, _Updates().getUpdatesEnabled)(config)));
|
| H A D | Updates.js.map | 1 …getUpdatesEnabled","CHECK_ON_LAUNCH","getUpdatesCheckOnLaunch","LAUNCH_WAIT_MS","getUpdatesTimeout…
|