Searched refs:Versions (Results 1 – 16 of 16) sorted by relevance
| /expo/tools/src/commands/ |
| H A D | PromoteVersionsToProduction.ts | 2 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 D | UpdateVersionsEndpoint.ts | 2 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 D | ClientInstall.ts | 3 import { Android, Config, Simulator, Versions } from '@expo/xdl'; 104 const versions = await Versions.versionsAsync();
|
| /expo/tools/src/ |
| H A D | Versions.ts | 1 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 D | getVersions.ts | 30 export type Versions = { alias 41 }: { skipCache?: boolean } = {}): Promise<Versions> {
|
| /expo/packages/@expo/cli/src/start/platforms/__tests__/ |
| H A D | ExpoGoInstaller-test.ts | 2 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 D | README.md | 1 # React & React Native Versions
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/ |
| H A D | README.md | 1 # React & React Native Versions
|
| /expo/guides/releasing/ |
| H A D | Versions Endpoint.md | 1 # Updating the Versions endpoint
|
| H A D | Release Branches.md | 11 - [Prelease Versions](#prelease-versions) 68 ## Prelease Versions
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/ |
| H A D | README.md | 1 # React & React Native Versions
|
| /expo/packages/expo-maps/src/ |
| H A D | Map.tsx | 173 …"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 D | runtime-versions.mdx | 2 title: Runtime Versions
|
| /expo/packages/expo-maps/build/ |
| H A D | Map.js.map | 1 …Versions of iOS < 13 doesn't support GeoJSON features for Apple Maps. Adding of GeoJSON for these …
|
| /expo/docs/pages/build/ |
| H A D | eas-json.mdx | 124 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 D | EXManifestResource.m | 367 @"https://docs.expo.dev/get-started/expo-go/#sdk-versions": @"SDK Versions Guide",
|