Searched refs:setVersionsConfigAsync (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Updates.js | 14 exports.setVersionsConfigAsync = setVersionsConfigAsync; 103 return await setVersionsConfigAsync(projectRoot, config, newExpoPlist); 105 async function setVersionsConfigAsync(projectRoot, config, expoPlist) { function
|
| H A D | Updates.d.ts | 19 export declare function setVersionsConfigAsync(projectRoot: string, config: ExpoConfigUpdates, expo…
|
| H A D | Updates.js.map | 1 …setVersionsConfigAsync","runtimeVersion","getRuntimeVersionNullableAsync","RUNTIME_VERSION","Error…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Updates.js | 15 exports.setVersionsConfigAsync = setVersionsConfigAsync; 143 return await setVersionsConfigAsync(projectRoot, config, androidManifest); 145 async function setVersionsConfigAsync(projectRoot, config, androidManifest) { function
|
| H A D | Updates.d.ts | 21 export declare function setVersionsConfigAsync(projectRoot: string, config: Pick<ExpoConfigUpdates,…
|
| H A D | Updates.js.map | 1 …setVersionsConfigAsync","findMetaDataItem","RUNTIME_VERSION","Error","sdkVersion","getSDKVersion",…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Updates.ts | 95 return await setVersionsConfigAsync(projectRoot, config, newExpoPlist); 98 export async function setVersionsConfigAsync( function
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 155 return await setVersionsConfigAsync(projectRoot, config, androidManifest); 158 export async function setVersionsConfigAsync( function
|