# @expo/config-types

> Types for the Expo config object app.config.ts

Latest version **57.0.2** (published 2026-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @expo/config-types
pnpm add @expo/config-types
yarn add @expo/config-types
bun add @expo/config-types
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.2 |
| Published | 2026-07-15 |
| First published | 2020-09-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 42.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52039 |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, wschurman |
| Keywords | json, app.json, app.config.js, react-native, expo, react |

## Links

- npm: https://www.npmjs.com/package/@expo/config-types
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/@expo/config-types#readme
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/@expo/config-types

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 57.0.2 (latest) — 2026-07-15
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 55.0.6 (sdk-55) — 2026-07-15
- 56.0.6-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 56.0.7 (sdk-56) — 2026-07-01
- 55.0.6-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 52.0.5 (sdk-52) — 2025-02-21
- 51.0.0 (sdk-51) — 2024-04-18
- 50.0.0 (sdk-50) — 2023-12-12
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- 57.0.0-canary-20260723-64edab9 — 2026-07-23
- 57.0.0-canary-20260720-b6d63bc — 2026-07-20
- 57.0.0-canary-20260718-7cbcda5 — 2026-07-18
- … 240 more at https://npm.io/package/@expo/config-types/versions

## README

<!-- Title -->
<h1 align="center">
👋 Welcome to <br><code>@expo/config-types</code>
</h1>

<p align="center">Types for the Expo config object <code>app.config.ts</code>.</p>

<p align="center">
  <img src="https://flat.badgen.net/packagephobia/install/@expo/config-types">

  <a href="https://www.npmjs.com/package/@expo/config-types">
    <img src="https://flat.badgen.net/npm/dw/@expo/config-types" target="_blank" />
  </a>
</p>

<!-- Body -->

## Usage

```ts
import { ExpoConfig } from '@expo/config-types';

export default (): ExpoConfig => {
  return {
    name: 'My App',
    slug: 'my-app',
  };
};
```

## Contributing

This package is 100% generated using the versioned JSON schemas from the Expo server.

- `pnpm generate` - uses the major version from the `package.json`.
- `pnpm generate --path ../../../../universe/server/www/xdl-schemas/UNVERSIONED-schema.json` - uses the latest version from your local directory.
- `pnpm generate 39` - uses the given version.
- `pnpm generate unversioned` - uses the latest version.

---
_Source: https://npm.io/package/@expo/config-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
