Home
last modified time | relevance | path

Searched defs:getAppVersionAsync (Results 1 – 5 of 5) sorted by relevance

/expo/tools/src/client-build/
H A DAndroidClientBuilder.ts30 async getAppVersionAsync(): Promise<string> { method in AndroidClientBuilder
H A DIosClientBuilder.ts28 async getAppVersionAsync(): Promise<string> { method in IosClientBuilder
H A Dtypes.ts13 getAppVersionAsync: () => Promise<string>; property
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidDeviceManager.ts55 async getAppVersionAsync(applicationId: string): Promise<string | null> { method in AndroidDeviceManager
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts99 async getAppVersionAsync(appId: string): Promise<string | null> { method in AppleDeviceManager