Home
last modified time | relevance | path

Searched defs:getVersion (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DVersion.d.ts5 export declare function getVersion(config: Pick<ExpoConfig, 'version'>): string; function
H A DVersion.js28 function getVersion(config) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DVersion.ts24 export function getVersion(config: Pick<ExpoConfig, 'version'>) { function
/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt119 fun getVersion(): String? { in updateJSON() method