Home
last modified time | relevance | path

Searched refs:runInstallTypeCommandAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.js190 …return await this.runInstallTypeCommandAsync(['update', updatePackage, shouldUpdateRepo ? '' : '--…
206 …return await this.runInstallTypeCommandAsync(['install', shouldRepoUpdate ? '--repo-update' : ''].…
214 async runInstallTypeCommandAsync(command, { formatWarning, ...props } = {}) { method in CocoaPodsPackageManager
H A DCocoaPodsPackageManager.d.ts44 private runInstallTypeCommandAsync;
/expo/packages/@expo/package-manager/src/ios/
H A DCocoaPodsPackageManager.ts251 return await this.runInstallTypeCommandAsync(
281 return await this.runInstallTypeCommandAsync(
293 private async runInstallTypeCommandAsync(