# expo-dev-menu

> Expo/React Native module with the developer menu.

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

## Install

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

## Health

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

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

Warnings: no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.18 |
| Published | 2026-09-01 |
| First published | 2020-07-29 |
| Weekly downloads | 2.6M |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52234 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | expo, react-native, dev-menu, dev, menu |

## Links

- npm: https://www.npmjs.com/package/expo-dev-menu
- 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-menu

## Dependencies (1)

- [expo-dev-menu-interface](https://npm.io/package/expo-dev-menu-interface.md) ~57.0.0

## Recent versions

- 57.0.18 (latest) — 2026-09-01
- 58.0.1 (next) — 2026-09-14
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 55.0.35 (sdk-55) — 2026-08-31
- 56.0.23 (sdk-56) — 2026-08-28
- 56.0.16-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.10-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 7.0.19 (sdk-54) — 2026-04-27
- 5.0.14 (sdk-51) — 2024-05-09
- 4.5.6 (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.17 — 2026-09-01
- 57.0.16 — 2026-08-26
- … 402 more at https://npm.io/package/expo-dev-menu/versions

## README

# 📦 expo-dev-menu

Expo/React Native module to add developer menu to Debug builds of your application. This package is intended to be included in your project through [`expo-dev-client`](https://docs.expo.dev/develop/development-builds/introduction/#what-is-an-expo-dev-client).

## Documentation

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

## Contributing

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

- **iOS**: SwiftUI (see `ios/SwiftUI/`)
- **Android**: Jetpack Compose (see `android/src/debug/java/expo/modules/devmenu/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-menu · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
