feat(cli): auto enable --dev-client in `npx expo start` (#22926)
# Why
- related https://github.com/expo/expo/pull/22924
https://github.com/expo/expo/pull/22925
https://github.com/expo/expo/pul
feat(cli): auto enable --dev-client in `npx expo start` (#22926)
# Why
- related https://github.com/expo/expo/pull/22924
https://github.com/expo/expo/pull/22925
https://github.com/expo/expo/pull/22890
- Use a basic heuristic to auto enable `--dev-client` when
`expo-dev-client` is in the project `package.json`. Users can swap to
Expo Go with `s` or pass `--go` to ensure Expo Go is the default target.
# Test Plan
- Added basic option tests.
- Updated the docs.
---------
Co-authored-by: Expo Bot <[email protected]>
show more ...
|