Home
last modified time | relevance | path

Searched refs:Versions (Results 1 – 16 of 16) sorted by relevance

/expo/tools/src/commands/
H A DPromoteVersionsToProduction.ts2 import { Config, Versions } from '@expo/xdl';
12 const versionsStaging = await Versions.versionsAsync();
19 const versionsProd = await Versions.versionsAsync();
41 await Versions.setVersionsAsync(versionsStaging);
H A DUpdateVersionsEndpoint.ts2 import { Config, Versions } from '@expo/xdl';
78 await Versions.setVersionsAsync(newVersions);
95 const productionVersions = await Versions.versionsAsync();
102 const stagingVersions = await Versions.versionsAsync();
199 const versions = await Versions.versionsAsync();
H A DClientInstall.ts3 import { Android, Config, Simulator, Versions } from '@expo/xdl';
104 const versions = await Versions.versionsAsync();
/expo/tools/src/
H A DVersions.ts1 import { Config, Versions } from '@expo/xdl';
35 return await runWithApiHost(apiHost, () => Versions.versionsAsync() as Promise<VersionsSchema>);
50 return await runWithApiHost(apiHost, () => Versions.setVersionsAsync(versions));
/expo/packages/@expo/cli/src/api/
H A DgetVersions.ts30 export type Versions = { alias
41 }: { skipCache?: boolean } = {}): Promise<Versions> {
/expo/packages/@expo/cli/src/start/platforms/__tests__/
H A DExpoGoInstaller-test.ts2 import { getVersionsAsync, SDKVersion, Versions } from '../../../api/getVersions';
23 function mockVersionsOnce(versions: Partial<Versions>) {
27 function asVersions(versions: Partial<Versions>): Versions {
28 return versions as Versions;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
/expo/guides/releasing/
H A DVersions Endpoint.md1 # Updating the Versions endpoint
H A DRelease Branches.md11 - [Prelease Versions](#prelease-versions)
68 ## Prelease Versions
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
/expo/packages/expo-maps/src/
H A DMap.tsx173 …"Versions of iOS < 13 doesn't support GeoJSON features for Apple Maps. Adding of GeoJSON for these…
178 …"Versions of iOS < 13 doesn't support Points Of Interest Filters and their display modifications f…
/expo/docs/pages/distribution/
H A Druntime-versions.mdx2 title: Runtime Versions
/expo/packages/expo-maps/build/
H A DMap.js.map1Versions of iOS < 13 doesn't support GeoJSON features for Apple Maps. Adding of GeoJSON for these …
/expo/docs/pages/build/
H A Deas-json.mdx124 Versions for the most common build tools can be set on build profiles with fields corresponding to …
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXManifestResource.m367 @"https://docs.expo.dev/get-started/expo-go/#sdk-versions": @"SDK Versions Guide",