Searched refs:getVersionName (Results 1 – 6 of 6) sorted by relevance
7 exports.getVersionName = getVersionName;66 function getVersionName(config) { function71 const versionName = getVersionName(config);
13 export declare function getVersionName(config: Pick<ExpoConfig, 'version'>): string | null;
1 …getVersionName","_config$version","version","versionName","pattern","getVersionCode","_config$andr…
4 getVersionName,70 expect(getVersionName({})).toBe(null);74 expect(getVersionName({ version: '1.2.3' })).toBe('1.2.3');
59 export function getVersionName(config: Pick<ExpoConfig, 'version'>) { function64 const versionName = getVersionName(config);
157 public static String getVersionName(Context context) { in getVersionName() method in Constants