| /expo/docs/pages/build-reference/ |
| H A D | simulators.mdx | 11 ## Configuring a profile to build for simulators 13 To install a build of your app on an iOS Simulator, modify the build profile in [**eas.json**](/bui… 17 "build": { 28 Now, execute the command as shown below to run the build: 34 ## Installing build on the simulator 42 <Terminal cmd={['$ eas build:run -p ios']} /> 44 …t the build to install on the simulator from this list. Each build in the list has a build ID, the… 50 src="/static/images/eas-build/eas-build-run-on-ios.png" 55 ### Running the latest build 57 Pass the `--latest` flag to the `eas build:run` command to download and install the latest build on… [all …]
|
| H A D | apk.mdx | 11 ## Configuring a profile to build APKs 13 …e an **.apk**, modify the [**eas.json**](/build/eas-json) by adding one of the following propertie… 21 "build": { 46 ## Installing your build 56 <Terminal cmd={['$ eas build:run -p android']} /> 58 …t the build to install on the emulator from this list. Each build in the list has a build ID, the … 64 src="/static/images/eas-build/eas-build-run-on-android.png" 69 #### Running the latest build 71 Pass the `--latest` flag to the `eas build:run` command to download and install the latest build on… 79 - Once your build is completed, copy the URL to the APK from the build details page or the link pro… [all …]
|
| H A D | npm-hooks.mdx | 12 - `eas-build-on-success` - this hook is triggered at the end of the build process if the build was … 13 - `eas-build-on-error` - this hook is triggered at the end of the build process if the build failed. 14 - `eas-build-on-complete` - this hook is triggered at the end of the build process. You can check t… 15 - `eas-build-on-cancel` - this hook is triggered if the build is canceled. 23 "eas-build-pre-install": "echo 123", 24 "eas-build-post-install": "echo 456", 25 "eas-build-on-success": "echo 789", 26 "eas-build-on-error": "echo 012", 27 "eas-build-on-cancel": "echo 345", 50 "eas-build-pre-install": "./pre-install", [all …]
|
| H A D | android-builds.mdx | 2 title: Android build process 28 1. Create a new Docker container for the build. 30 …- Every build gets its own fresh container with all build tools installed there (Java JDK, Android… 38 …previously saved cache identified by the `cache.key` value in the [build profile](/build/eas-json). 47 1. Store a cache of files and directories defined in the [build profile](/build/eas-json/). Subsequ… 52 1. If the build was successful: run the `eas-build-on-success` script from **package.json** if defi… 53 1. If the build failed: run the `eas-build-on-error` script from **package.json** if defined. 55 1. Upload the build artifacts archive to a private AWS S3 bucket if `buildArtifactPaths` is specifi… 72 ```groovy android/app/eas-build.gradle 131 ```groovy android/app/build.gradle [all …]
|
| H A D | ios-builds.mdx | 2 title: iOS build process 17 1. Prepare the credentials needed for the build. 29 1. Create a new macOS VM for the build. 31 …- Every build gets its own fresh macOS VM with all build tools installed there (Xcode, Fastlane, a… 35 1. Run the `eas-build-pre-install` script from **package.json** if defined. 46 …previously saved cache identified by the `cache.key` value in the [build profile](/build/eas-json). 53 1. Store a cache of files and directories defined in the [build profile](/build/eas-json). **Podfil… 58 1. If the build was successful: run the `eas-build-on-success` script from **package.json** if defi… 59 1. If the build failed: run the `eas-build-on-error` script from **package.json** if defined. 61 1. Upload the build artifacts archive to a private AWS S3 bucket if `buildArtifactPaths` is specifi… [all …]
|
| /expo/docs/pages/build/ |
| H A D | building-from-github.mdx | 32 src="/static/images/eas-build/build-from-github/project-github-page.png" 39 src="/static/images/eas-build/build-from-github/install-github-app.png" 49 src="/static/images/eas-build/build-from-github/link-github-account.png" 56 src="/static/images/eas-build/build-from-github/connect-a-repository.png" 69 src="/static/images/eas-build/build-from-github/specify-base-directory.png" 72 ## Trigger a build from GitHub 79 Visit your project's [build list 89 src="/static/images/eas-build/build-from-github/github-build-ui.png" 105 src="/static/images/eas-build/build-from-github/eas-build-label.png" 109 of the build in the PR's checks. A link to the build will be available in the check's details. [all …]
|
| H A D | setup.mdx | 2 title: Create your first build 74 <Terminal cmd={['$ eas build:configure']} /> 76 … happens behind the scenes, you can read the [build configuration process reference](/build-refere… 80 - Are you migrating an Expo managed app from `"expo build"`? [Learn about the differences](/build-r… 82 - Is your project inside of a monorepo? [Follow these instructions](/build-reference/build-with-mon… 89 ## Run a build 147 ## Wait for the build to complete 151 <Terminal cmd={['$ eas build:list']} /> 160 ## Deploy the build 184 - [Updates](/build/updates) [all …]
|
| H A D | eas-json.mdx | 15 "build": { 60 "build": { 84 "build": { 106 "build": { 128 "build": { 142 "build": { 180 "build": { 204 "build": { 264 "build": { 322 "build": { [all …]
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | create-a-build.mdx | 2 title: Create a development build 4 sidebar_title: Create a build 31 "build": { 47 - [`distribution`](/build-reference/eas-json/#distribution) to `internal` makes the build ready for… 55 ## Create a build for emulator/simulator 73 See [Build APKs for Android Emulators and devices](/build-reference/apk/#installing-your-build) for… 79 …and install a development build on an iOS Simulator, we recommend you create a separate [build pro… 85 "build": { 103 See [Installing build on the simulator](/build-reference/simulators/#installing-build-on-the-simula… 113 ## Create a build for the device [all …]
|
| H A D | share-with-your-team.mdx | 2 title: Share a development build with your team 16 …build is ready, a shareable URL is generated for your build with instructions on how to get it up … 19 …alt="An example of shareable development build URL after the Android internal distribution build i… 20 src="/static/images/share-dev-build/shareable-url.png" 23 …pment build, you'll need to create a new development build to install it on those devices. For mor… 27 …ou can also direct your teammate to the build page in the Expo dashboard. From there, they can dow… 30 alt="An example of shareable development build URL from Expo dashboard." 31 src="/static/images/share-dev-build/expo-dashboard.png" 36 …l need to [enable it](/guides/ios-developer-mode) before you can run your build. (This doesn't app… 38 …build:resign` to codesign an existing **.ipa** for iOS to a new ad hoc provisioning profile. This … [all …]
|
| H A D | next-steps.mdx | 14 href="/build/eas-json/" 26 title="Android build process" 28 href="/build-reference/android-builds/" 33 title="iOS build process" 35 href="/build-reference/ios-builds/" 42 href="/build-reference/build-with-monorepos/"
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | build-properties.mdx | 3 description: A config plugin that allows customizing native build properties during prebuild. 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-build-properties' 5 packageName: 'expo-build-properties' 13 …build-properties`** is a [config plugin](/config-plugins/introduction/) for [managed apps](/archiv… 19 …build by either [EAS Build](/build/introduction.mdx) or `expo run:[android|ios]`. This package has… 32 "expo-build-properties", 57 <APISection packageName="expo-build-properties" apiName="BuildProperties" />
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/tests/ |
| H A D | ABI49_0_0MapBufferTest.cpp | 23 auto map = builder.build(); in TEST() 40 auto map = buffer.build(); in TEST() 56 auto map = buffer.build(); in TEST() 69 auto map = buffer.build(); in TEST() 81 auto map = builder.build(); in TEST() 90 auto map = builder.build(); in TEST() 100 auto map = builder.build(); in TEST() 112 auto map = builder.build(); in TEST() 120 auto map = builder.build(); in TEST() 133 auto map = builder.build(); in TEST() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/tests/ |
| H A D | ABI48_0_0MapBufferTest.cpp | 23 auto map = builder.build(); in TEST() 40 auto map = buffer.build(); in TEST() 56 auto map = buffer.build(); in TEST() 69 auto map = buffer.build(); in TEST() 81 auto map = builder.build(); in TEST() 90 auto map = builder.build(); in TEST() 100 auto map = builder.build(); in TEST() 112 auto map = builder.build(); in TEST() 120 auto map = builder.build(); in TEST() 133 auto map = builder.build(); in TEST() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/tests/ |
| H A D | ABI47_0_0MapBufferTest.cpp | 22 auto map = builder.build(); in TEST() 39 auto map = buffer.build(); in TEST() 55 auto map = buffer.build(); in TEST() 68 auto map = buffer.build(); in TEST() 80 auto map = builder.build(); in TEST() 89 auto map = builder.build(); in TEST() 99 auto map = builder.build(); in TEST() 111 auto map = builder.build(); in TEST() 119 auto map = builder.build(); in TEST() 132 auto map = builder.build(); in TEST() [all …]
|
| /expo/docs/pages/deploy/ |
| H A D | build-project.mdx | 23 …figuration for building a production build in **eas.json** that is already created when you create… 28 "build": { 36 ### Create a production build 42 <Terminal cmd={['$ eas build --platform android']} /> 45 <Terminal cmd={['$ eas build --platform ios']} /> 49 …build by passing `--message` to the build command, for example, `eas build --platform ios --messag… 53 <Terminal cmd={['$ eas build --platform all']} /> 87 ## Wait for the build to complete 89 …build` command will wait for your build to complete, but you can interrupt it if you prefer not to… 91 <Terminal cmd={['$ eas build:list']} /> [all …]
|
| /expo/docs/pages/custom-builds/ |
| H A D | schema.mdx | 30 build: 52 build: 66 build: 82 build: 97 build: 122 build: 140 build: 157 build: 174 build: 191 build: [all …]
|
| H A D | functions.mdx | 22 <Terminal cmd={['$ npx create-eas-build-function@latest ./.eas/build/myFunction']} /> 81 …"build": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register" /* @end… 94 ```yaml .eas/build/config.yml 95 build: 109 ```yaml .eas/build/config.yml 110 build: 133 ```yaml .eas/build/config.yml 134 build: 156 src="/static/images/eas-build/custom-build-function.png" 168 build: [all …]
|
| /expo/packages/expo-build-properties/ |
| H A D | README.md | 1 # expo-build-properties 3 **`expo-build-properties`** is a [config plugin](https://docs.expo.dev/config-plugins/introduction/… 13 npx expo install expo-build-properties 23 "expo-build-properties", 46 [docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/build-prope… 47 [docs-stable]: https://docs.expo.dev/versions/latest/sdk/build-properties/
|
| /expo/templates/expo-template-tv/ |
| H A D | .npmignore | 15 build/ 16 web-build/ 21 android/.build 22 android/app/build
|
| /expo/templates/expo-template-bare-minimum/ |
| H A D | .npmignore | 15 build/ 16 web-build/ 21 android/.build 22 android/app/build
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/ |
| H A D | xcodebuild.log | 7 note: Using new build system 11 Create build description 39 …guosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXManifests.buil… 57 …fgdguosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Expo.build/Ob… 61 …gdguosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFont.build/O… 110 …uosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFileSystem.buil… 114 …uosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFileSystem.buil… 118 …uosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFileSystem.buil… 122 …uosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFileSystem.buil… 126 …uosemfinvpzbtpjpnji/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXFileSystem.buil… [all …]
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | build-properties.mdx | 3 description: A config plugin that allows customizing native build properties during prebuild. 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-build-properties' 5 packageName: 'expo-build-properties' 13 `expo-build-properties` is a [config plugin](/config-plugins/introduction/) configuring the native … 34 "expo-build-properties", 60 'expo-build-properties', 83 <APISection packageName="expo-build-properties" apiName="BuildProperties" />
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | build-properties.mdx | 3 description: A config plugin that allows customizing native build properties during prebuild. 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-build-properties' 5 packageName: 'expo-build-properties' 13 `expo-build-properties` is a [config plugin](/config-plugins/introduction/) configuring the native … 34 "expo-build-properties", 60 'expo-build-properties', 83 <APISection packageName="expo-build-properties" apiName="BuildProperties" />
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | build-properties.mdx | 3 description: A config plugin that allows customizing native build properties during prebuild. 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-build-properties' 5 packageName: 'expo-build-properties' 13 `expo-build-properties` is a [config plugin](/config-plugins/introduction/) configuring the native … 34 "expo-build-properties", 60 'expo-build-properties', 83 <APISection packageName="expo-build-properties" apiName="BuildProperties" />
|