Home
last modified time | relevance | path

Searched refs:getAppPath (Results 1 – 4 of 4) sorted by relevance

/expo/tools/src/client-build/
H A DAndroidClientBuilder.ts13 getAppPath(): string { method in AndroidClientBuilder
48 const file = fs.createReadStream(this.getAppPath());
H A DIosClientBuilder.ts13 getAppPath(): string { method in IosClientBuilder
44 await spawnAsync('tar', ['-zcvf', tempAppPath, '-C', this.getAppPath(), '.'], {
H A Dtypes.ts11 getAppPath: () => string; property
/expo/tools/src/commands/
H A DClientBuild.ts124 const appPath = builder.getAppPath();