Lines Matching refs:prebuild
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…
248 …withAndroidSplash`. This makes using the `--platform` flag in `npx expo prebuild` a bit easier to …
257 By default, `npx expo prebuild` runs transformations on a [source template][source-template] associ…
270 Properties are used to customize the way a plugin works during prebuild.
407 By re-running `npx expo prebuild -p` (`eas build -p android`, or `npx expo run:ios`) the user can n…
413 You can debug config plugins by running `EXPO_DEBUG=1 expo prebuild`. If `EXPO_DEBUG` is enabled, t…
415 Running `npx expo prebuild --clean` with remove the generated native folders before compiling.
417 You can also run `npx expo config --type prebuild` to print the results of the plugins with the mod…
424 … debug the results of [static modifications](#static-modification) without needing to run prebuild.
461 You can debug which plugins were added by running `expo config --type prebuild` and seeing the `_in…
514 …`s, and usually starting with the `expo` prefix to denote that the property is managed by 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.
665 …t popular packages like `lodash` from being mistaken for a config plugin and breaking the prebuild.
682 [prebuild-config]: https://github.com/expo/expo-cli/tree/main/packages/prebuild-config#readme
683 [cli-prebuild]: /more/expo-cli//#expo-prebuild