Searched defs:getVersion (Results 1 – 4 of 4) sorted by relevance
5 export declare function getVersion(config: Pick<ExpoConfig, 'version'>): string; function
28 function getVersion(config) { function
24 export function getVersion(config: Pick<ExpoConfig, 'version'>) { function
119 fun getVersion(): String? { in updateJSON() method