Searched refs:getAppVersion (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.js | 6 exports.getAppVersion = getAppVersion; 92 function getAppVersion(config) { function 134 return getAppVersion(config);
|
| H A D | Updates.d.ts | 5 export declare function getAppVersion(config: Pick<ExpoConfig, 'version'>): string;
|
| H A D | Updates.js.map | 1 …getAppVersion","_config$version","getNativeVersion","platform","IOSConfig","Version","getVersion",…
|
| /expo/packages/expo-insights/android/src/main/java/expo/modules/insights/ |
| H A D | ExpoInsightsModule.kt | 112 "app_version" to getAppVersion(), in <lambda>() 121 private fun getAppVersion(): String? { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/insights/ |
| H A D | ExpoInsightsModule.kt | 112 "app_version" to getAppVersion(), in <lambda>() 121 private fun getAppVersion(): String? { in <lambda>() method in abi49_0_0.expo.modules.insights.ExpoInsightsModule
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 30 export function getAppVersion(config: Pick<ExpoConfig, 'version'>): string { function 88 return getAppVersion(config);
|