Home
last modified time | relevance | path

Searched refs:unversioned (Results 1 – 25 of 147) sorted by relevance

123456

/expo/packages/@expo/package-manager/src/node/
H A DNpmPackageManager.ts33 const { flags, versioned, unversioned } = this.parsePackageSpecs(namesOrFlags); constant
38 !unversioned.length
40 : this.runAsync(['install', '--save', ...flags, ...unversioned.map((spec) => spec.raw)])
49 const { flags, versioned, unversioned } = this.parsePackageSpecs(namesOrFlags); constant
54 !unversioned.length
60 ...unversioned.map((spec) => spec.raw),
93 unversioned: npmPackageArg.Result[]; constant
94 } = { flags: [], versioned: [], unversioned: [] };
111 result.unversioned.push(spec);
/expo/packages/@expo/package-manager/build/node/
H A DNpmPackageManager.js33 const { flags, versioned, unversioned } = this.parsePackageSpecs(namesOrFlags);
34 …SpawnAsync)(() => this.updatePackageFileAsync(versioned, 'dependencies'), () => !unversioned.length
36 … : this.runAsync(['install', '--save', ...flags, ...unversioned.map((spec) => spec.raw)]));
42 const { flags, versioned, unversioned } = this.parsePackageSpecs(namesOrFlags);
43 …wnAsync)(() => this.updatePackageFileAsync(versioned, 'devDependencies'), () => !unversioned.length
49 ...unversioned.map((spec) => spec.raw),
72 const result = { flags: [], versioned: [], unversioned: [] }; property
88 result.unversioned.push(spec);
/expo/docs/providers/
H A Dpage-api-version.test.tsx46 it('uses unversioned version from pathname', () => {
47 const { result } = renderContext('/versions/unversioned/react-native/view-props');
48 expect(result.current).toMatchObject({ version: 'unversioned', hasVersion: true });
60 act(() => result.current.setVersion('unversioned'));
62 expect(onPush).toBeCalledWith('/versions/unversioned/sdk', { shallow: false });
67 it('returns unversioned from pathname', () => {
68 expect(getVersionFromPath('/versions/unversioned')).toBe('unversioned');
91 it('returns new pathname for unversioned pathname', () => {
92 expect(replaceVersionInPath('/versions/unversioned', 'latest')).toBe('/versions/latest');
/expo/docs/ui/components/Footer/
H A DFooter.test.tsx80 expect(githubUrl('/versions/latest')).toBe(EDIT_URL_PREFIX + '/versions/unversioned/index.mdx');
85 EDIT_URL_PREFIX + '/versions/unversioned/sdk/av.mdx'
89 test('unversioned index page', () => {
90 expect(githubUrl('/versions/unversioned')).toBe(
91 EDIT_URL_PREFIX + '/versions/unversioned/index.mdx'
95 test('nested unversioned page', () => {
96 expect(githubUrl('/versions/unversioned/sdk/av')).toBe(
97 EDIT_URL_PREFIX + '/versions/unversioned/sdk/av.mdx'
/expo/docs/scripts/
H A Dschema-sync.cjs5 yarn run schema-sync unversioned -> updates the schema that versions/unversioned/sdk/app-config.md …
18 console.log('E.g., "yarn run schema-sync 38" \nor, "yarn run schema-sync unversioned"');
22 if (version === 'unversioned') {
29 `public/static/schemas/unversioned/app-config-schema.json`,
/expo/docs/pages/eas/
H A Djson.mdx10 import commonSchema from '~/public/static/schemas/unversioned/eas-json-build-common-schema.js';
11 import androidSchema from '~/public/static/schemas/unversioned/eas-json-build-android-schema.js';
12 import iosSchema from '~/public/static/schemas/unversioned/eas-json-build-ios-schema.js';
13 import submitAndroidSchema from '~/public/static/schemas/unversioned/eas-json-submit-android-schema…
14 import submitIosSchema from '~/public/static/schemas/unversioned/eas-json-submit-ios-schema.js';
/expo/docs/components/plugins/
H A DAPISection.test.tsx23 forceVersion="unversioned"
51 forceVersion="unversioned"
75 <APISection packageName="expo-pedometer" forceVersion="unversioned" testRequire={require} />
99 <APISection packageName="expo-asset" forceVersion="unversioned" testRequire={require} />
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx48 // keep `unversioned` in for the selected docs version though. This is used to
50 // there, but we do have `unversioned`.
56 // Get a SDK version that Snack will understand. `latest` and `unversioned`
60 if (version === 'unversioned') {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A Dexpo-updates.js.map1unversioned/expo-updates.ts"],"sourcesContent":["import {\n AndroidConfig,\n ConfigPlugin,\n cr…
/expo/packages/expo-video/
H A DREADME.md2 <a href="https://docs.expo.dev/versions/unversioned/sdk/video/">
14 …e main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/video.md)
/expo/template-files/ios/
H A DExpoKit-Podfile-versioned16 use_pods!('../../../ios/vendored/unversioned/**/*.podspec.json', nil, excluded_pods)
/expo/packages/expo-image/
H A DREADME.md2 <a href="https://docs.expo.dev/versions/unversioned/sdk/image/">
38 - [Documentation for the latest release](https://docs.expo.dev/versions/unversioned/sdk/image/)
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.js.map1unversioned/expo-ads-admob/expo-ads-admob';\nimport withAppleAuthentication from './unversioned/ex…
/expo/ios/
H A DCONTRIBUTING.md52 Contributions to the Expo Client happened in "unversioned" code; that is, code which has not been i…
54 To test changes in the "unversioned" code, change your `sdkVersion` from `app.json` to `UNVERSIONED…
83 - All of the Expo SDK native modules, components, view managers, etc. This code is the "unversioned
97 A ReactAppManager keeps track of the lifecycle of a React Native app. Though it is unversioned, it …
109 …. They are singleton and unversioned. Native modules in the Expo SDK have a mechanism for receivin…
H A DPodfile51 use_pods! 'vendored/unversioned/**/*.podspec.json'
134 # Target for development, contains only unversioned code
135 target 'Expo Go (unversioned)' do
/expo/docs/pages/versions/unversioned/config/
H A Dapp.mdx9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
/expo/docs/pages/versions/v49.0.0/config/
H A Dapp.mdx9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
/expo/docs/pages/versions/v47.0.0/config/
H A Dapp.mdx9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/
H A Dexpo-navigation-bar.js.map1 …avigationBar","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-navigation…
/expo/packages/expo-system-ui/
H A DREADME.md24 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/system-ui.m…
/expo/packages/expo-application/
H A DREADME.md7 …ain branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/application…
/expo/packages/expo-build-properties/
H A DREADME.md46 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/build-prope…
/expo/packages/expo-in-app-purchases/
H A DREADME.md7 …ain branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/in-app-purc…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A Dexpo-splash-screen.js.map1 …SplashScreen","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-splash-scr…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-ads-admob/
H A Dexpo-ads-admob.js.map1 …withIosAdMob","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-ads-admob/…

123456