| /expo/packages/@expo/metro-config/src/transform-worker/__tests__/ |
| H A D | transform-worker.test.ts | 45 dev: true, 60 dev: true, 70 dev: true, 80 dev: true, 92 dev: true, 101 dev: true, 111 dev: false, 121 dev: false, 132 dev: true, 141 dev: true, [all …]
|
| /expo/packages/expo-dev-menu/ |
| H A D | README.md | 1 # expo-dev-menu 3 … your project through [`expo-dev-client`](https://docs.expo.dev/develop/development-builds/introdu… 7 You can find more information in the [Expo documentation](https://docs.expo.dev/develop/development… 11 The `expo-dev-menu` repository consists of two different parts, the exported package, which include… 15 …nd `yarn start` in `expo-dev-menu` which will add the port for the dev menu packager to [`dev-menu… 17 To use `dev-client` when running `bare-expo` on Android, open [MainApplication.java](/apps/bare-exp… 24 To use `dev-client` when running `bare-expo` on iOS, open [AppDelegate.mm](/apps/bare-expo/ios/Bare… 35 To update the JavaScript code inside the `app` folder, you need to run the `dev-menu` bundler local… 37 1. Navigate to the `dev-menu` package: `cd packages/expo-dev-menu` 39 3. To use your local bundler on Android, open [DevMenuHost.java](/packages/expo-dev-menu/android/sr…
|
| /expo/packages/expo-updates/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/updates/"> 12 This module works with a server that implements the [Expo Update protocol](https://docs.expo.dev/te… 14 The [EAS Update](https://docs.expo.dev/eas-update/introduction/) hosted service implements this pro… 20 - [Getting started](https://docs.expo.dev/eas-update/getting-started/) 21 - [How EAS Update works](https://docs.expo.dev/eas-update/how-it-works/) 22 - [Debugging](https://docs.expo.dev/eas-update/debug/) 23 - [Migration from Classic Updates](https://docs.expo.dev/eas-update/migrate-from-classic-updates/) 24 - [Updates JS API](https://docs.expo.dev/versions/latest/sdk/updates/) 28 …ject in the [Installing expo-updates documentation page](https://docs.expo.dev/bare/installing-upd…
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile.js | 7 .swc('cli', { stripExtension: true, dev: opts.dev }) property 16 .swc('cli', { dev: opts.dev }) property 25 const opts = { dev: true }; property
|
| /expo/docs/scripts/ |
| H A D | versionpatch.sh | 24 pushd pages/versions/$src_version > /dev/null 29 popd > /dev/null 32 pushd pages/versions/$version > /dev/null 34 popd > /dev/null
|
| /expo/packages/expo-dev-launcher/ |
| H A D | README.md | 1 # expo-dev-launcher 3 …dev-launcher` is an npm package installable in any Expo or React Native project. Once installed, a… 7 You can find more information in the [Expo documentation](https://docs.expo.dev/develop/development… 11 The `expo-dev-launcher` repository consists of two different parts, the exported package, which inc… 15 To use `dev-client` when running `bare-expo` on Android, open [MainApplication.java](/apps/bare-exp… 22 To use `dev-client` when running `bare-expo` on iOS, open [AppDelegate.mm](/apps/bare-expo/ios/Bare… 31 To update the JavaScript code inside the `bundle` folder, you need to run the `dev-launcher` bundle… 33 1. Navigate to the `dev-launcher` package: `cd packages/expo-dev-launcher` 35 3. Adjust the dev-launcher URL to point to your local bundler 41 Open [DevLauncherController.kt](/packages/expo-dev-launcher/android/src/debug/java/expo/modules/dev…
|
| /expo/tools/ |
| H A D | taskfile.js | 10 .swc('cli', { dev: opts.dev }) property 23 await task.start('build', { dev: true }); property 27 const opts = { dev: true }; property
|
| /expo/.github/workflows/ |
| H A D | development-client.yml | 10 # - packages/expo-dev-*/** 15 # - packages/expo-dev-*/** 45 - name: Make Yarn resolve expo-dev-client dependencies locally 52 'expo-dev-menu': 'file:../expo/packages/expo-dev-menu', \ 53 'expo-dev-menu-interface': 'file:../expo/packages/expo-dev-menu-interface', \ 54 'expo-dev-launcher': 'file:../expo/packages/expo-dev-launcher', \ 63 run: yarn add file:../expo/packages/expo-dev-client 107 'expo-dev-menu': 'file:../expo/packages/expo-dev-menu', \ 108 'expo-dev-menu-interface': 'file:../expo/packages/expo-dev-menu-interface', \ 109 'expo-dev-launcher': 'file:../expo/packages/expo-dev-launcher', \ [all …]
|
| H A D | development-client-e2e.yml | 8 - packages/expo-dev-*/** 13 - packages/expo-dev-*/** 56 working-directory: packages/expo-dev-client 60 working-directory: packages/expo-dev-client 65 name: expo-dev-client-e2e-artifacts 66 path: packages/expo-dev-client/artifacts
|
| /expo/packages/@expo/cli/src/export/embed/ |
| H A D | resolveOptions.ts | 18 dev: boolean; property 39 const dev = parsed.args['--dev'] ?? true; constant 40 assertIsBoolean(dev); 42 const minify = parsed.args['--minify'] ?? !dev; 72 dev,
|
| /expo/docs/pages/eas-update/ |
| H A D | expo-dev-client.mdx | 2 title: Use expo-dev-client with EAS Update 3 sidebar_title: Use expo-dev-client 4 description: Learn how to use the expo-dev-client library to preview a published EAS Update inside … 14 …dev-client`](/develop/development-builds/introduction/) library allows launching different version… 37 alt="Extensions tab in the Expo dev client." 38 src="/static/images/dev-client/extensions-panel.png" 45 exp+[project-slug]://expo-development-client/?url=[https://u.expo.dev/project-id]?channel-name=[cha… 48 exp+form-duo://expo-development-client/?url=https://u.expo.dev/675cb1f0-fa3c-11e8-ac99-6374d9643cb2… 55 - `://expo-development-client/`: necessary for the deep link to work with the `expo-dev-client` lib… 73 description="See a working example on using expo-dev-client with EAS Update." [all …]
|
| /expo/apps/native-tests/ios/ |
| H A D | Podfile.lock | 26 - expo-dev-menu 36 - expo-dev-menu 45 - expo-dev-menu 59 - expo-dev-menu 567 - expo-dev-launcher (from `../../../packages/expo-dev-launcher`) 568 - expo-dev-launcher/Tests (from `../../../packages/expo-dev-launcher`) 569 - expo-dev-menu (from `../../../packages/expo-dev-menu`) 572 - expo-dev-menu/Tests (from `../../../packages/expo-dev-menu`) 573 - expo-dev-menu/UITests (from `../../../packages/expo-dev-menu`) 650 expo-dev-launcher: [all …]
|
| /expo/packages/expo-dev-client/ios/ |
| H A D | expo-dev-client.podspec | 6 s.name = 'expo-dev-client' 18 s.dependency 'expo-dev-launcher', :configurations => :debug 19 s.dependency 'expo-dev-menu', :configurations => :debug 20 s.dependency 'expo-dev-menu-interface'
|
| /expo/packages/expo-dev-menu-interface/ |
| H A D | README.md | 1 # expo-dev-menu-interface 3 Interface for `expo-dev-menu`. 7 For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the inst… 11 …t you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-exp… 16 npm install expo-dev-menu-interface
|
| /expo/apps/bare-expo/scripts/ |
| H A D | start-android-e2e-test.sh | 20 adb shell am instrument -w -e debug false -e class dev.expo.payments.BareExpoTestSuite dev.expo.pay… 22 cat "${LOG_FILE}" | grep -e '^OK (.* tests)$' > /dev/null
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/ |
| H A D | apt-get-android-deps.sh | 20 …gets5 lib32z1 lib32stdc++6 make maven python-dev python3-dev qml-module-qtquick-controls qtdeclara…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/ |
| H A D | apt-get-android-deps.sh | 20 …gets5 lib32z1 lib32stdc++6 make maven python-dev python3-dev qml-module-qtquick-controls qtdeclara…
|
| /expo/packages/@expo/cli/src/export/web/ |
| H A D | resolveOptions.ts | 2 dev: boolean; 9 dev: !!args['--dev'],
|
| /expo/docs/pages/tutorial/ |
| H A D | follow-up.mdx | 13 …reading the [Main Concepts section](https://react.dev/learn) and the [Hooks section](https://react… 17 …ly. You can start from the [React Native basics guide](https://reactnative.dev/docs/getting-starte… 19 - [View API reference](https://reactnative.dev/docs/view) 20 - [Text API reference](https://reactnative.dev/docs/text) 21 - [Platform specific code](https://reactnative.dev/docs/platform-specific-code) 22 - [Presenting data in a list](https://reactnative.dev/docs/using-a-listview) 26 - [Height and Width](https://reactnative.dev/docs/height-and-width) 27 - [Layout with Flexbox](https://reactnative.dev/docs/flexbox) 54 Join our community on [Discord](https://chat.expo.dev/) to chat with other Expo users or to ask que…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | test-manual-e2e.sh | 14 popd >/dev/null || exit 28 pushd "$dir_absolute_path/../" >/dev/null || exit 138 pushd /tmp/ >/dev/null || exit 147 popd >/dev/null || exit 155 pushd "/tmp/${project_name}" >/dev/null || exit 179 popd >/dev/null || exit 223 popd >/dev/null || exit
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | test-manual-e2e.sh | 14 popd >/dev/null || exit 28 pushd "$dir_absolute_path/../" >/dev/null || exit 138 pushd /tmp/ >/dev/null || exit 146 popd >/dev/null || exit 154 pushd "/tmp/${project_name}" >/dev/null || exit 178 popd >/dev/null || exit 222 popd >/dev/null || exit
|
| /expo/packages/expo-device/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/device/"> 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/device/) 19 …dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [A… 23 …t you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-exp…
|
| /expo/packages/expo-network/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/network/"> 11 See [Expo Network docs](https://docs.expo.dev/versions/latest/sdk/network/) for documentation of th… 16 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/network/) 20 …dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [A… 24 …t you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-exp…
|
| /expo/packages/expo-linking/src/__tests__/__snapshots__/ |
| H A D | Linking-test.ts.snap.android | 33 exports[`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url "" 1`] = `"exp://u.e… 35 …[`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url "path/into/app" 1`] = `"ex… 37 …`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"emptyParam": ""} 1`] = `"… 39 …ies for hostUri "u.expo.dev/update/some-guid" makes url {"escapePluses": "email+with+plus@whatever… 41 …ateURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"lotsOfSlashes": "/////"} 1`] … 43 …ateURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"shouldEscape": "%2b%20"} 1`] … 45 …eURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"undefinedParam": undefined} 1`]…
|
| H A D | Linking-test.ts.snap.ios | 33 exports[`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url "" 1`] = `"exp://u.e… 35 …[`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url "path/into/app" 1`] = `"ex… 37 …`createURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"emptyParam": ""} 1`] = `"… 39 …ies for hostUri "u.expo.dev/update/some-guid" makes url {"escapePluses": "email+with+plus@whatever… 41 …ateURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"lotsOfSlashes": "/////"} 1`] … 43 …ateURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"shouldEscape": "%2b%20"} 1`] … 45 …eURL queries for hostUri "u.expo.dev/update/some-guid" makes url {"undefinedParam": undefined} 1`]…
|