History log of /expo/packages/@expo/config/src/Config.types.ts (Results 1 – 5 of 5)
Revision Date Author Comments
# 9ba03fb0 23-Aug-2023 Will Schurman <[email protected]>

[config][cli] Remove classic manifest types (#24054)


# d4de237f 01-Aug-2023 Evan Bacon <[email protected]>

feat(expo)!: drop logging endpoint (#18596)

# Why

- In the new versioned CLI we don't support the logging endpoint,
instead favoring the logging WebSocket setup by `metro-runtime`.
- Dropping s

feat(expo)!: drop logging endpoint (#18596)

# Why

- In the new versioned CLI we don't support the logging endpoint,
instead favoring the logging WebSocket setup by `metro-runtime`.
- Dropping support for `logUrl` will break logging in the legacy
`expo-cli start` command, no logs will show up.
- Drop `Logs` module: `import { Logs } from 'expo';`.
- Drop stack trace filter that removes `react-native-logging.fx` since
we no longer need it.
- Also removes the "temporary workaround"s from 2018 that filter out
warnings from the lottie package.
- Drop direct dependency on `invariant`, `pretty-format`, `fbemitter`

> This doesn't add breaking changes to the local Expo CLI, only the
deprecated global CLI.

# Test Plan

- Copied the JS expo files into a new project and websockets continued
to send logs.

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# ca1df09a 25-Jan-2023 Evan Bacon <[email protected]>

feat(config)!: Remove support for `expo.entryPoint` (#20891)

# Why

- Follow up https://github.com/expo/universe/pull/11265
- `entryPoint` (and `package.json` `main`) do not work.

Co-authored-

feat(config)!: Remove support for `expo.entryPoint` (#20891)

# Why

- Follow up https://github.com/expo/universe/pull/11265
- `entryPoint` (and `package.json` `main`) do not work.

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 97e1898c 07-Nov-2022 Evan Bacon <[email protected]>

chore(config): drop unused features (#19800)

* chore: drop unused and deprecated functions

- Remove isDynamicFilePath, readConfigJson, findConfigFile, configFilename, readExpRcAsync, resetCustomC

chore(config): drop unused features (#19800)

* chore: drop unused and deprecated functions

- Remove isDynamicFilePath, readConfigJson, findConfigFile, configFilename, readExpRcAsync, resetCustomConfigPaths, setCustomConfigPath, writeConfigJsonAsync, isLegacyImportsEnabled
- Remove getManagedExtensions
- Remove target option from expo/metro-config
- Remove EXPO_TARGET environment variable support

* build

show more ...


# 082815dc 28-Jun-2022 Evan Bacon <[email protected]>

chore: migrate config, config-plugins, config-types, prebuild-config (#17958)