Home
last modified time | relevance | path

Searched refs:setUpdatesConfigAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js13 exports.setUpdatesConfigAsync = setUpdatesConfigAsync;
67 …config.modResults = await setUpdatesConfigAsync(projectRoot, config, config.modResults, expoUpdate…
72 async function setUpdatesConfigAsync(projectRoot, config, expoPlist, expoUpdatesPackageVersion) { function
H A DUpdates.d.ts18 export declare function setUpdatesConfigAsync(projectRoot: string, config: ExpoConfigUpdates, expoP… function
H A DUpdates.js.map1setUpdatesConfigAsync","expoPlist","newExpoPlist","ENABLED","getUpdatesEnabled","CHECK_ON_LAUNCH",…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js14 exports.setUpdatesConfigAsync = setUpdatesConfigAsync;
98 …config.modResults = await setUpdatesConfigAsync(projectRoot, config, config.modResults, expoUpdate…
114 async function setUpdatesConfigAsync(projectRoot, config, androidManifest, expoUpdatesPackageVersio… function
H A DUpdates.d.ts20 export declare function setUpdatesConfigAsync(projectRoot: string, config: ExpoConfigUpdates, andro…
H A DUpdates.js.map1setUpdatesConfigAsync","createStringsXmlPlugin","applyRuntimeVersionFromConfigAsync","stringsJSON"…
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts44 config.modResults = await setUpdatesConfigAsync(
54 export async function setUpdatesConfigAsync( function
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts58 config.modResults = await setUpdatesConfigAsync(
88 export async function setUpdatesConfigAsync( function
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DUpdates-test.ts62 androidManifestJson = await Updates.setUpdatesConfigAsync(
215 androidManifestJson = await Updates.setUpdatesConfigAsync(
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DUpdates-test.ts29 const config = await Updates.setUpdatesConfigAsync(