Searched refs:getVersionCode (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Version.js | 6 exports.getVersionCode = getVersionCode; 78 function getVersionCode(config) { function 83 const versionCode = getVersionCode(config);
|
| H A D | Version.d.ts | 15 export declare function getVersionCode(config: Pick<ExpoConfig, 'android'>): number;
|
| H A D | Version.js.map | 1 …getVersionCode","_config$android$versi","_config$android","android","versionCode"],"sources":["../…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Version-test.ts | 3 getVersionCode, 92 expect(getVersionCode({})).toBe(1); 96 expect(getVersionCode({ android: { versionCode: 5 } })).toBe(5);
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Version.ts | 73 export function getVersionCode(config: Pick<ExpoConfig, 'android'>) { function 78 const versionCode = getVersionCode(config);
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 48 const versionCode = AndroidConfig.Version.getVersionCode(config);
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.js | 106 const versionCode = _().AndroidConfig.Version.getVersionCode(config);
|
| H A D | Updates.js.map | 1 …getVersionCode","Error","getRuntimeVersionNullableAsync","getRuntimeVersionAsync","e","boolish","c…
|