Home
last modified time | relevance | path

Searched refs:getSDKVersion (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts8 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 DUpdates.ts12 getSDKVersion,
111 const sdkVersion = getSDKVersion(config);
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.d.ts15 export declare function getSDKVersion(config: Pick<ExpoConfigUpdates, 'sdkVersion'>): string | null; function
H A DUpdates.js11 exports.getSDKVersion = getSDKVersion;
148 function getSDKVersion(config) { function
H A DUpdates.js.map1getSDKVersion","getUpdatesEnabled","_config$updates2","enabled","undefined","getUpdatesTimeout","_…
/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts22 getSDKVersion,
171 const sdkVersion = getSDKVersion(config);
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts110 export function getSDKVersion(config: Pick<ExpoConfigUpdates, 'sdkVersion'>): string | null { function
/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js113 const sdkVersion = (0, _Updates().getSDKVersion)(config);
H A DUpdates.js.map1getSDKVersion","SDK_VERSION","formatConfigurationScriptPath","buildScriptPath","resolveFrom","sile…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js151 const sdkVersion = (0, _Updates().getSDKVersion)(config);
H A DUpdates.js.map1getSDKVersion","SDK_VERSION","ensureBuildGradleContainsConfigurationScript","buildGradleContents",…