# expo-dev-launcher

> Pre-release version of the Expo development launcher package for testing.

Latest version **57.0.20** (published 2026-09-11) · MIT license · 2.6M weekly downloads

## Install

```sh
npm install expo-dev-launcher
pnpm add expo-dev-launcher
yarn add expo-dev-launcher
bun add expo-dev-launcher
```

## Health

**Score 90/100 (A)** — status: active.

Positive: high downloads; no vulnerabilities; recently updated; high maintenance score; inferred trend; popular repo; extremely popular.

Warnings: no types; no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.20 |
| Published | 2026-09-11 |
| First published | 2020-12-14 |
| Weekly downloads | 2.6M |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 978 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52238 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | react-native |

## Links

- npm: https://www.npmjs.com/package/expo-dev-launcher
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-dev-launcher

## Dependencies (3)

- [expo-dev-menu](https://npm.io/package/expo-dev-menu.md) ~57.0.18
- [expo-manifests](https://npm.io/package/expo-manifests.md) ~57.0.2
- [@expo/schema-utils](https://npm.io/package/@expo/schema-utils.md) ^57.0.2

## Recent versions

- 57.0.20 (latest) — 2026-09-11
- 58.0.1 (next) — 2026-09-14
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 55.0.41 (sdk-55) — 2026-08-31
- 56.0.27 (sdk-56) — 2026-08-28
- 56.0.17-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.11-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 6.0.21 (sdk-54) — 2026-04-27
- 3.6.7 (sdk-50) — 2024-02-16
- 58.0.0 — 2026-09-10
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 58.0.0-canary-20260901-2164f24 — 2026-09-02
- 57.0.19 — 2026-09-01
- 57.0.18 — 2026-09-01
- 57.0.17 — 2026-09-01
- … 437 more at https://npm.io/package/expo-dev-launcher/versions

## README

# expo-dev-launcher

`expo-dev-launcher` is an npm package installable in any Expo or React Native project. Once installed, any Debug builds of your application will gain the ability to load projects from Expo CLI. Release builds of your application will not change other than the addition of a few header files. This package is intended to be included in your project through [`expo-dev-client`](https://docs.expo.dev/versions/latest/sdk/dev-client/).

## Documentation

You can find more information in the [Expo documentation](https://docs.expo.dev/develop/development-builds/introduction).

## Contributing

The Dev Launcher UI is built with native platform UI toolkits:

- **iOS**: SwiftUI (see `ios/SwiftUI/`)
- **Android**: Jetpack Compose (see `android/src/debug/java/expo/modules/devlauncher/compose/`)

Local development is usually done through [`bare-expo`](/apps/bare-expo). Recompile `bare-expo` after making changes to the native code.

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