| /expo/packages/@expo/metro-runtime/build/location/ |
| H A D | Location.js | 3 exports.setLocationHref = exports.install = void 0; 4 function install() { } function 5 exports.install = install;
|
| H A D | install.d.ts.map | 1 {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../src/location/install.ts"],"nam…
|
| H A D | install.js.map | 1 {"version":3,"file":"install.js","sourceRoot":"","sources":["../../src/location/install.ts"],"names…
|
| H A D | install.native.d.ts.map | 1 {"version":3,"file":"install.native.d.ts","sourceRoot":"","sources":["../../src/location/install.na…
|
| H A D | Location.native.js | 8 exports.install = exports.setLocationHref = void 0; 185 function install() { function 201 exports.install = install;
|
| /expo/packages/@expo/cli/src/run/ |
| H A D | ensureNativeProject.ts | 11 { platform, install }: { platform: ModPlatform; install?: boolean } 20 install: !!install,
|
| /expo/docs/pages/build-reference/ |
| H A D | npm-hooks.mdx | 8 - `eas-build-pre-install` - executed before EAS Build runs `npm install`. 9 - `eas-build-post-install` - the behavior depends on the platform and project type: 11 …he following commands have all completed: `npm install`, `npx expo prebuild` (if needed), and `pod… 23 "eas-build-pre-install": "echo 123", 24 "eas-build-post-install": "echo 456", 50 "eas-build-pre-install": "./pre-install", 60 ```bash pre-install 63 # This is a file called "pre-install" in the root of the project 78 "eas-build-pre-install": "node pre-install.js", 88 ```js pre-install.js [all …]
|
| H A D | simulators.mdx | 3 description: Learn how to configure and install build for iOS simulators when using EAS Build. 9 …p on an iOS Simulator is useful. You can configure the build profile and install the build automat… 13 To install a build of your app on an iOS Simulator, modify the build profile in [**eas.json**](/bui… 38 …ou to automatically download and install it on the iOS Simulator. When prompted, press <kbd>Y</kbd… 40 …:run` command at any time to download a specific build and automatically install it on the iOS Sim… 44 … a list of available builds of your project. You can select the build to install on the simulator … 57 Pass the `--latest` flag to the `eas build:run` command to download and install the latest build on…
|
| /expo/packages/@expo/cli/src/run/android/ |
| H A D | resolveOptions.ts | 12 install?: boolean; 22 install: boolean; 38 install: !!options.install,
|
| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | runIosAsync.ts | 23 const install = !!options.install; constant 25 if ((await ensureNativeProjectAsync(projectRoot, { platform: 'ios', install })) && install) {
|
| /expo/docs/pages/guides/ |
| H A D | local-app-development.mdx | 30 Use a package manager such as [Homebrew](https://brew.sh/) to install the following dependencies. 44 <Terminal cmd={['$ brew install watchman']} /> 55 cmd={['$ brew tap homebrew/cask-versions', '$ brew install --cask zulu11']} 56 cmdCopy="brew tap homebrew/cask-versions && brew install --cask zulu11" 87 <Terminal cmd={['$ choco install -y nodejs']} /> 97 <Terminal cmd={['$ choco install -y microsoft-openjdk11']} /> 123 …tallation guide](https://facebook.github.io/watchman/docs/install#linux) to compile and install it… 131 <Terminal cmd={['$ choco install -y microsoft-openjdk11']} /> 155 Use a package manager such as [Homebrew](https://brew.sh/) to install the following dependencies. 169 <Terminal cmd={['$ brew install watchman']} /> [all …]
|
| H A D | using-flipper.mdx | 22 - [EAS CLI installed](/build/setup/#1-install-the-latest-eas-cli) and [logged in](/build/setup/#2-l… 37 If any dependencies are missing, follow the instructions provided by Flipper to install them. 45 …es native code, you'll need to create a development build. To set it up, install the `expo-dev-cli… 47 <Terminal cmd={['$ npx expo install expo-dev-client']} /> 57 For iOS, you need to install [`expo-build-properties`](/versions/latest/sdk/build-properties) and e… 59 <Terminal cmd={['$ npx expo install expo-build-properties']} /> 82 …n depends on the `react-native-flipper` library. Run the following command to install both of them: 84 <Terminal cmd={['$ npx expo install expo-community-flipper react-native-flipper']} /> 100 ## Configure and install a development build 102 To configure and install a development build, follow the instructions below:
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/ |
| H A D | eas-build-pre-install.sh | 15 sudo apt-get --quiet install --yes \ 37 sdkmanager --install "system-images;android-31;google_apis;x86_64" 41 brew install applesimutils
|
| /expo/packages/@expo/cli/src/run/android/__tests__/ |
| H A D | resolveOptions-test.ts | 35 install: false, 52 install: true, 68 install: true,
|
| /expo/apps/eas-expo-go/scripts/ |
| H A D | eas-build-pre-install.sh | 10 sudo apt-get -y install ruby icu-devtools libicu66 libicu-dev maven 17 sudo apt-get -y install git-crypt 19 HOMEBREW_NO_AUTO_UPDATE=1 brew install git-crypt
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | prebuildAsync.ts | 44 install?: boolean; 99 if (options.install) { 128 if (options.platforms.includes('ios') && options.install && needsPodInstall) { 137 nodeInstall: !!options.install,
|
| /expo/packages/@expo/cli/src/run/__tests__/ |
| H A D | ensureNativeProject-test.ts | 20 await ensureNativeProjectAsync('/', { platform: 'android', install: true }); 22 expect(prebuildAsync).toHaveBeenCalledWith('/', { install: true, platforms: ['android'] });
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/ |
| H A D | LogBox.ts | 7 install(): void; method 18 install(): void {
|
| /expo/docs/pages/bare/ |
| H A D | installing-expo-modules.mdx | 3 description: Learn how to prepare your existing React Native project to install and use any Expo mo… 10 To use Expo modules in your app, you will need to install and configure the `expo` package. 14 Depending on how you [initialized the project](/bare/overview/), there are two ways you can install… 18 To install and use Expo modules, the easiest way to get up and running is with the `install-expo-mo… 24 '$ npx install-expo-modules@latest', 41 <InstallSection packageName="expo" cmd={['npm install expo']} hideBareInstructions /> 55 …Target → Build Settings → Deployment` to `iOS 13.0`. The last step is to install the project's Coc… 61 '$ npx pod-install', 63 '# Alternatively, the run command will install them for you', 75 - Run `npx expo install expo-constants` [all …]
|
| /expo/tools/ |
| H A D | README.md | 10 Run `bundle install` in the root to install all required Ruby gems. 12 …s://github.com/NixOS/patchelf) is required. On macOS, could run `brew install patchelf` to install.
|
| /expo/docs/ui/components/Snippet/ |
| H A D | Terminal.test.tsx | 10 <Terminal cmd={['$ expo install expo-updates']} /> 22 'expo install expo-updates' 33 '$ expo install expo-dev-client', 48 'expo install expo-dev-client'
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | create-a-build.mdx | 19 In this guide, you'll find information on how to create a development build and then install it on … 57 Follow the steps below to create and install the development build on an Android Emulator or an iOS… 67 To create and install the development build on an Android Emulator, you will need an **.apk**. To c… 71 …u to automatically download and install it on the Android Emulator. When prompted, press <kbd>Y</k… 79 To create and install a development build on an iOS Simulator, we recommend you create a separate [… 101 …ou to automatically download and install it on the iOS Simulator. When prompted, press <kbd>Y</kbd… 115 Follow the steps below to create and install the development build on an Android or an iOS device. … 123 To create and install the development build on an Android device, you will need a **.apk**. To crea… 127 …Then, send that URL to your device and open it on your device to download and install the **.apk**. 133 > **warning** Apple Developer membership is required to create and install a development build on a… [all …]
|
| /expo/apps/bare-expo/scripts/ |
| H A D | start-android-e2e-test.sh | 10 adb install -r app/build/outputs/apk/release/app-release.apk 11 adb install -r app/build/outputs/apk/androidTest/release/app-release-androidTest.apk
|
| /expo/docs/pages/versions/unversioned/ |
| H A D | index.mdx | 13 …on, and so on, in the form of packages. You can install any Expo SDK package using the `npx expo i… 15 <Terminal cmd={['$ npx expo install expo-camera expo-contacts expo-sensors']} /> 29 … also add Expo SDK support to an existing React Native app with the `npx install-expo-modules` com… 48 description="Learn how to install Expo SDK packages in your project." 56 …kage are versioned with an `-alpha` suffix, such as `50.0.0-alpha.1`. To install, for example, SDK… 59 …pha version of expo and its related packages', '$ npm install [email protected] && npx expo instal… 60 cmdCopy="npm install [email protected] && npx expo install --fix"
|
| /expo/docs/pages/versions/v49.0.0/ |
| H A D | index.mdx | 13 …on, and so on, in the form of packages. You can install any Expo SDK package using the `npx expo i… 15 <Terminal cmd={['$ npx expo install expo-camera expo-contacts expo-sensors']} /> 29 … also add Expo SDK support to an existing React Native app with the `npx install-expo-modules` com… 48 description="Learn how to install Expo SDK packages in your project." 56 …kage are versioned with an `-alpha` suffix, such as `50.0.0-alpha.1`. To install, for example, SDK… 59 …pha version of expo and its related packages', '$ npm install [email protected] && npx expo instal… 60 cmdCopy="npm install [email protected] && npx expo install --fix"
|