Searched refs:getSDKVersion (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 8 getSDKVersion, 39 expect(getSDKVersion({})).toBe(null); 55 expect(getSDKVersion({ sdkVersion: '37.0.0' })).toBe('37.0.0');
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Updates.ts | 12 getSDKVersion, 111 const sdkVersion = getSDKVersion(config);
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | Updates.d.ts | 15 export declare function getSDKVersion(config: Pick<ExpoConfigUpdates, 'sdkVersion'>): string | null; function
|
| H A D | Updates.js | 11 exports.getSDKVersion = getSDKVersion; 148 function getSDKVersion(config) { function
|
| H A D | Updates.js.map | 1 …getSDKVersion","getUpdatesEnabled","_config$updates2","enabled","undefined","getUpdatesTimeout","_…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Updates.ts | 22 getSDKVersion, 171 const sdkVersion = getSDKVersion(config);
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | Updates.ts | 110 export function getSDKVersion(config: Pick<ExpoConfigUpdates, 'sdkVersion'>): string | null { function
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Updates.js | 113 const sdkVersion = (0, _Updates().getSDKVersion)(config);
|
| H A D | Updates.js.map | 1 …getSDKVersion","SDK_VERSION","formatConfigurationScriptPath","buildScriptPath","resolveFrom","sile…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Updates.js | 151 const sdkVersion = (0, _Updates().getSDKVersion)(config);
|
| H A D | Updates.js.map | 1 …getSDKVersion","SDK_VERSION","ensureBuildGradleContainsConfigurationScript","buildGradleContents",…
|