| /expo/packages/@expo/package-manager/src/node/ |
| H A D | NpmPackageManager.ts | 33 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 D | NpmPackageManager.js | 33 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 D | page-api-version.test.tsx | 46 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 D | Footer.test.tsx | 80 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 D | schema-sync.cjs | 5 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 D | json.mdx | 10 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 D | APISection.test.tsx | 23 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 D | SnackInline.tsx | 48 // 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 D | expo-updates.js.map | 1 …unversioned/expo-updates.ts"],"sourcesContent":["import {\n AndroidConfig,\n ConfigPlugin,\n cr…
|
| /expo/packages/expo-video/ |
| H A D | README.md | 2 <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 D | ExpoKit-Podfile-versioned | 16 use_pods!('../../../ios/vendored/unversioned/**/*.podspec.json', nil, excluded_pods)
|
| /expo/packages/expo-image/ |
| H A D | README.md | 2 <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 D | withDefaultPlugins.js.map | 1 …unversioned/expo-ads-admob/expo-ads-admob';\nimport withAppleAuthentication from './unversioned/ex…
|
| /expo/ios/ |
| H A D | CONTRIBUTING.md | 52 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 D | Podfile | 51 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 D | app.mdx | 9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
|
| /expo/docs/pages/versions/v49.0.0/config/ |
| H A D | app.mdx | 9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
|
| /expo/docs/pages/versions/v47.0.0/config/ |
| H A D | app.mdx | 9 import schema from '~/public/static/schemas/unversioned/app-config-schema.json';
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/ |
| H A D | expo-navigation-bar.js.map | 1 …avigationBar","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-navigation…
|
| /expo/packages/expo-system-ui/ |
| H A D | README.md | 24 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/system-ui.m…
|
| /expo/packages/expo-application/ |
| H A D | README.md | 7 …ain branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/application…
|
| /expo/packages/expo-build-properties/ |
| H A D | README.md | 46 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/build-prope…
|
| /expo/packages/expo-in-app-purchases/ |
| H A D | README.md | 7 …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 D | expo-splash-screen.js.map | 1 …SplashScreen","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-splash-scr…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-ads-admob/ |
| H A D | expo-ads-admob.js.map | 1 …withIosAdMob","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-ads-admob/…
|