Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts17 getUpdateUrl,
139 describe(getUpdateUrl, () => {
142 expect(getUpdateUrl({ updates: { url } })).toBe(url);
146 expect(getUpdateUrl({})).toBe(null);
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js12 exports.getUpdateUrl = getUpdateUrl;
88 function getUpdateUrl(config) { function
157 return getUpdateUrl(config) !== null;
H A DUpdates.d.ts4 export declare function getUpdateUrl(config: Pick<ExpoConfigUpdates, 'updates'>): string | null;
H A DUpdates.js.map1getUpdateUrl","config","_config$updates$url","_config$updates","updates","url","getAppVersion","_c…
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts19 getUpdateUrl,
67 const updateUrl = getUpdateUrl(config);
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts26 export function getUpdateUrl(config: Pick<ExpoConfigUpdates, 'updates'>): string | null { function
120 return getUpdateUrl(config) !== null;
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts29 getUpdateUrl,
112 const updateUrl = getUpdateUrl(config);
/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js79 const updateUrl = (0, _Updates().getUpdateUrl)(config);
H A DUpdates.js.map1getUpdateUrl","UPDATE_URL","codeSigningCertificate","getUpdatesCodeSigningCertificate","CODE_SIGNI…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js119 const updateUrl = (0, _Updates().getUpdateUrl)(config);
H A DUpdates.js.map1getUpdateUrl","UPDATE_URL","removeMetaDataItemFromMainApplication","codeSigningCertificate","getUp…