| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | build-properties.mdx | 3 description: A config plugin that allows customizing native build properties during prebuild. 13 …prebuild). This config plugin configures how [Expo Prebuild](/workflow/prebuild) generates the nat…
|
| /expo/docs/pages/workflow/ |
| H A D | prebuild.mdx | 11 2. Arguments passed to the `npx expo prebuild` command. 12 3. Version of `expo` that's installed in the project and its corresponding [prebuild template](#tem… 19 <Terminal cmd={['$ npx expo prebuild']} /> 27 You can configure EAS Build to run `npx expo prebuild` before building by [using the managed preset… 43 …prebuild` will be run one time for the specific platform you wish to run. On subsequent uses of th… 49 <Terminal cmd={['$ npx expo prebuild --platform ios']} /> 57 <Terminal cmd={['$ npx expo prebuild --skip-dependency-update react-native,react']} /> 89 …prebuild` performs several side effects outside of generating the **android** and **ios** director… 91 In addition to generating the native folders, prebuild also makes the following modifications: 99 …ir app before/after prebuild. All other changes can be left in place and committed to git to minim… [all …]
|
| H A D | customizing.mdx | 10 …. You can leverage these libraries with development builds, or by using prebuild to generate the n… 18 ## Generate native projects with prebuild 20 …prebuild`, or `npx expo run:[android|iOS]` (which will run `prebuild` automatically). You can also… 36 …prebuild](https://expo.fyi/prebuilding) your project to generate all of the native code within you… 40 …prebuild` to sync the changes before rebuilding the native app. Often this does things like adding… 44 …y, you'll need to manually setup new packages because running `npx expo prebuild` may not work as … 46 …ins/plugins-and-mods/#create-a-plugin) to see how you can hook into the prebuild process to make t…
|
| H A D | continuous-native-generation.mdx | 13 …ned this term to describe the process used by [Expo Prebuild](/workflow/prebuild) to generate nati… 17 …prebuild). This enables you to automate upgrading React Native, installing/uninstalling libraries,… 22 2. Arguments passed to the `npx expo prebuild` command. 23 3. Version of `expo` that's installed in the project and corresponding [prebuild template](https://… 28 … with the app config and generate that project continuously — by running `npx expo prebuild`. 55 …uch as `react-native-blurhash`, can seamlessly integrate with `npx expo prebuild`. They can rely o… 63 … expo prebuild`, it significantly enhances the user experience. If a library author has not yet ad… 75 …ly involves upgrading the npm dependencies, app config, and re-running `npx expo prebuild --clean`.
|
| /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. 14 …properties** and **ios/Podfile.properties.json** directories during [Prebuild](/workflow/prebuild). 16 > **info** This config plugin configures how [Prebuild command](/workflow/prebuild) generates the n… 17 > and therefore cannot be used with projects that don't run `npx expo prebuild` (bare projects).
|
| /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. 14 …properties** and **ios/Podfile.properties.json** directories during [Prebuild](/workflow/prebuild). 16 > **info** This config plugin configures how [Prebuild command](/workflow/prebuild) generates the n… 17 > and therefore cannot be used with projects that don't run `npx expo prebuild` (bare projects).
|
| /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. 14 …properties** and **ios/Podfile.properties.json** directories during [Prebuild](/workflow/prebuild). 16 > **info** This config plugin configures how [Prebuild command](/workflow/prebuild) generates the n… 17 > and therefore cannot be used with projects that don't run `npx expo prebuild` (bare projects).
|
| /expo/docs/pages/guides/ |
| H A D | adopting-prebuild.mdx | 8 There are [many advantages](/workflow/prebuild#pitch) of using [Expo Prebuild][prebuild] to [contin… 10 Adopting prebuild will automatically add support for developing modules with the [Expo native modul… 16 … contains the [`npx expo prebuild`](/more/expo-cli/#prebuild) command and indicates which [prebuil… 47 <Terminal cmd={['$ npx expo prebuild --clean']} cmdCopy="npx expo prebuild --clean" /> 75 …s that are outside of the top-level `expo` object as these will not be used in `npx expo prebuild`. 111 …an app icon, be sure to define it as `expo.icon` in the `app.json` then re-run `npx expo prebuild`. 113 …e Expo extension][vs-code-expo] to introspect your changes and debug if prebuild is generating the… 124 …rite modules with Swift and Kotlin. This is automatically supported when using `npx expo prebuild`. 130 [prebuild]: /workflow/prebuild
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | index.js.map | 1 …n): Used in @expo/prebuild-config\n findModulesAsync,\n} from './findModules';\nexport {\n // NO…
|
| /expo/tools/src/commands/ |
| H A D | Vendor.ts | 44 prebuild?: PrebuildConfig; 347 prebuild: { 499 prebuild: { 534 const { transformations, prebuild } = config; constant 541 if (prebuild) { 542 const { podspecPath, output } = prebuild;
|
| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 24 prebuild: () => import('../src/prebuild/index.js').then((i) => i.expoPrebuild), 86 prebuild, constant 102 ${Object.keys({ 'run:ios': runIos, 'run:android': runAndroid, prebuild }).join(', ')}
|
| /expo/packages/expo-build-properties/ |
| H A D | README.md | 3 …mize native build properties when using [`npx expo prebuild`](https://docs.expo.dev/workflow/prebu…
|
| /expo/docs/pages/config-plugins/ |
| H A D | introduction.mdx | 15 …extending the [app config](/workflow/configuration) and customizing the prebuild process for your … 19 You can think of plugins like a bundler for native projects, and running `npx expo prebuild` as a w… 58 On running the `npx expo prebuild`, the [`mods`]() are compiled, and the native files change. 61 they will be applied during the prebuild phase on `eas build`**.
|
| H A D | development-and-debugging.mdx | 83 - Stick with the XML parsing libraries that prebuild uses internally, this helps prevent changes wh… 113 …are merged during build-time and not prebuild-time, which minimizes the possibility of users forge… 242 …k after running prebuild multiple times, that’s a big plus! It can improve the developer experienc… 245 …count for built-in plugins from the [prebuild config](https://github.com/expo/expo-cli/blob/master… 270 Properties are used to customize the way a plugin works during prebuild. 415 Running `npx expo prebuild --clean` with remove the generated native folders before compiling. 424 … debug the results of [static modifications](#static-modification) without needing to run prebuild. 567 The Expo CLI `npx expo prebuild` command uses [`@expo/prebuild-config`][prebuild-config] to get the… 578 * A plugin which adds new base modifiers to the prebuild config. 682 [prebuild-config]: https://github.com/expo/expo-cli/tree/main/packages/prebuild-config#readme [all …]
|
| /expo/docs/pages/custom-builds/ |
| H A D | schema.mdx | 658 - eas/prebuild: 675 #### `eas/prebuild` 702 - eas/prebuild 731 - eas/prebuild 743 - eas/prebuild 777 - eas/prebuild 845 - eas/prebuild 859 - eas/prebuild 959 - eas/prebuild 973 - eas/prebuild [all …]
|
| /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. 13 …vs-bare/) to override the default native build properties. During `expo prebuild`, the config plug…
|
| /expo/docs/pages/bare/ |
| H A D | overview.mdx | 11 …m on demand using [app config](/workflow/configuration/) and [prebuild](/workflow/prebuild). All t… 68 href="/guides/adopting-prebuild"
|
| H A D | using-expo-cli.mdx | 27 …(/workflow/continuous-native-generation/) support with [`expo prebuild`](/workflow/prebuild/) for … 88 <Collapsible summary="Can I use prebuild for out-of-tree platforms, such as macOS or Windows?"> 90 …tomized Prebuild Example repository](https://github.com/byCedric/custom-prebuild-example) for more… 110 href="/guides/adopting-prebuild"
|
| /expo/docs/pages/modules/ |
| H A D | get-started.mdx | 40 If you have an **ios** directory in your project that you created using `npx expo prebuild`, you mu… 53 To run your app locally, run the `prebuild` command and then compile the app: 56 cmdCopy="npx expo prebuild --clean && npx expo run:ios" 59 '$ npx expo prebuild --clean', 80 If you have an **android** directory in your project that you created using `npx expo prebuild`, yo… 90 …e an **ios** directory in your project that was created using `npx expo prebuild`, you can use Xco… 94 …d you should see your change. Remember you need to either run `npx expo prebuild` each time you ma…
|
| H A D | use-standalone-expo-module-in-your-project.mdx | 53 Open another terminal window, choose an app from the **apps** directory, and run the `prebuild` com… 55 <Terminal cmd={['$ npx expo prebuild --clean']} /> 168 To run your app locally, run the `prebuild` command and then compile the app. 171 cmdCopy="npx expo prebuild --clean && npx expo run:ios" 174 '$ npx expo prebuild --clean',
|
| /expo/packages/@expo/ |
| H A D | CHANGELOG.md | 16 - [prebuild-config] bump image-utils version. ([#19711]([https://github.com/expo/expo/pull/19711) b…
|
| /expo/packages/expo-camera/plugin/src/__tests__/__snapshots__/ |
| H A D | withCamera-test.ts.snap | 35 // @generated begin expo-camera-import - expo prebuild (DO NOT MODIFY) sync-f244f4f3d8bf7229102e8f9…
|
| /expo/docs/pages/ |
| H A D | faq.mdx | 52 …in your project](/bare/installing-expo-modules), [adopting prebuild](/guides/adopting-prebuild), a… 96 …/expo-cli#compiling), [tunneling](/more/expo-cli#tunneling), [prebuild](/workflow/prebuild), [and … 106 …prebuild`](/workflow/prebuild) command which continuously generates native projects for you based … 112 …ept of "ejecting" was replaced by the popular [Expo Prebuild](/workflow/prebuild) feature which ha… 150 …han continuously generating them on demand using the [app config and prebuild](/workflow/prebuild). 152 …low projects if you check in the native directories, but no longer runs prebuild, as that could ov…
|
| /expo/docs/pages/more/ |
| H A D | glossary-of-terms.mdx | 18 - Add Expo [config plugins](#config-plugin) and configure how `npx expo prebuild` generates native … 45 The default [Prebuild template](#prebuild-template) includes support for [Expo Autolinking](#expo-a… 63 A process for evaluating the results of [`npx expo prebuild`](#prebuild) in-memory without persisti… 67 Async functions that are appended to the [app config](#app-config) for use in [Prebuild](#prebuild)… 71 …](#config-mods) to the [app Config](#app-config) for use in [Prebuild](#prebuild). For more inform… 95 …nfig-mods) that apply unstable changes to a native project during [prebuild](#prebuild). Using the… 188 A mobile app debugger. We do not enable Flipper in the default [Prebuild](#prebuild) template due t… 280 …app-config). This process is performed by running the command `npx expo prebuild` from [Expo CLI](… 284 - [Prebuild template](#prebuild-template). 289 …prebuild). This template is versioned with the [Expo SDK](#expo-sdk), and the template is chosen b… [all …]
|
| /expo/packages/@expo/cli/src/config/ |
| H A D | configAsync.ts | 51 assert.match(options.type, /^(public|prebuild|introspect)$/);
|