Searched defs:getAppVersionAsync (Results 1 – 5 of 5) sorted by relevance
| /expo/tools/src/client-build/ | ||
| H A D | AndroidClientBuilder.ts | 30 async getAppVersionAsync(): Promise<string> { method in AndroidClientBuilder |
| H A D | IosClientBuilder.ts | 28 async getAppVersionAsync(): Promise<string> { method in IosClientBuilder |
| H A D | types.ts | 13 getAppVersionAsync: () => Promise<string>; property |
| /expo/packages/@expo/cli/src/start/platforms/android/ | ||
| H A D | AndroidDeviceManager.ts | 55 async getAppVersionAsync(applicationId: string): Promise<string | null> { method in AndroidDeviceManager |
| /expo/packages/@expo/cli/src/start/platforms/ios/ | ||
| H A D | AppleDeviceManager.ts | 99 async getAppVersionAsync(appId: string): Promise<string | null> { method in AppleDeviceManager |