History log of /expo/packages/@expo/cli/src/utils/analytics/getDevClientProperties.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# 8df9096f 21-Jun-2023 Evan Bacon <[email protected]>

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 ...


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...