Home
last modified time | relevance | path

Searched defs:getVersionName (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DVersion.ts59 export function getVersionName(config: Pick<ExpoConfig, 'version'>) { function
/expo/packages/@expo/config-plugins/build/android/
H A DVersion.js66 function getVersionName(config) { function
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DConstants.java157 public static String getVersionName(Context context) { in getVersionName() method in Constants