Home
last modified time | relevance | path

Searched refs:setVersionsConfigAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js14 exports.setVersionsConfigAsync = setVersionsConfigAsync;
103 return await setVersionsConfigAsync(projectRoot, config, newExpoPlist);
105 async function setVersionsConfigAsync(projectRoot, config, expoPlist) { function
H A DUpdates.d.ts19 export declare function setVersionsConfigAsync(projectRoot: string, config: ExpoConfigUpdates, expo…
H A DUpdates.js.map1setVersionsConfigAsync","runtimeVersion","getRuntimeVersionNullableAsync","RUNTIME_VERSION","Error…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js15 exports.setVersionsConfigAsync = setVersionsConfigAsync;
143 return await setVersionsConfigAsync(projectRoot, config, androidManifest);
145 async function setVersionsConfigAsync(projectRoot, config, androidManifest) { function
H A DUpdates.d.ts21 export declare function setVersionsConfigAsync(projectRoot: string, config: Pick<ExpoConfigUpdates,…
H A DUpdates.js.map1setVersionsConfigAsync","findMetaDataItem","RUNTIME_VERSION","Error","sdkVersion","getSDKVersion",…
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts95 return await setVersionsConfigAsync(projectRoot, config, newExpoPlist);
98 export async function setVersionsConfigAsync( function
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts155 return await setVersionsConfigAsync(projectRoot, config, androidManifest);
158 export async function setVersionsConfigAsync( function