Skip to content

Commit f84e62e

Browse files
authored
docs: use prebuild (#1653)
This PR updates the description of `usePrebuild` option in the documentation to reflect the recent `devClient` support
1 parent e22f06c commit f84e62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Here, we list other attributes that can be configured using launch configuration
238238
- `metroConfigPath` — Path to metro config relative to the workspace. By default it tries to find
239239
`metro.config.js` or `metro.config.ts`.
240240
- `isExpo` — Boolean that can be set to `true` if IDE doesn't automatically detect the project should use Expo CLI. By default, the IDE tries to detect whether project is Expo-base or based on the React Native community CLI, so in most of the cases this options shouldn't be needed.
241-
- `usePrebuild` — Boolean that when set to `true` makes Radon IDE run `expo prebuild` command before building the app. By default, this is always disabled.
241+
- `usePrebuild` — Boolean that when set to `true` makes Radon IDE run `expo prebuild` command before building the app and when set to `false` Radon IDE will always skip it. By default, Radon uses Prebuild for projects with `expo dev-client` and skips it for other projects.
242242

243243
Below is a sample `launch.json` config file with `appRoot`, `metroConfigPath`, and `env` setting specified:
244244

0 commit comments

Comments
 (0)