# @expo/metro-runtime

> Tools for making advanced Metro bundler features work

Latest version **57.0.16** (published 2026-09-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @expo/metro-runtime
pnpm add @expo/metro-runtime
yarn add @expo/metro-runtime
bun add @expo/metro-runtime
```

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 57.0.16 |
| Published | 2026-09-18 |
| First published | 2023-01-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 32.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52188 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |

## Links

- npm: https://www.npmjs.com/package/@expo/metro-runtime
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/@expo/metro-runtime
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/@expo/metro-runtime

## Dependencies (5)

- [anser](https://npm.io/package/anser.md) ^1.4.9
- [whatwg-fetch](https://npm.io/package/whatwg-fetch.md) ^3.0.0
- [@expo/log-box](https://npm.io/package/@expo/log-box.md) ^57.0.4
- [pretty-format](https://npm.io/package/pretty-format.md) ^29.7.0
- [stacktrace-parser](https://npm.io/package/stacktrace-parser.md) ^0.1.10

## Recent versions

- 57.0.16 (latest) — 2026-09-18
- 58.0.6 (next) — 2026-09-23
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.21 (sdk-56) — 2026-08-28
- 55.0.12 (sdk-55) — 2026-07-15
- 56.0.14-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.7-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 3.2.1 (sdk-51) — 2024-04-23
- 3.1.3 (sdk-50) — 2024-02-06
- 58.0.5 — 2026-09-22
- 58.0.4 — 2026-09-21
- 58.0.3 — 2026-09-16
- 58.0.2 — 2026-09-15
- 58.0.1 — 2026-09-14
- 58.0.0 — 2026-09-10
- … 261 more at https://npm.io/package/@expo/metro-runtime/versions

## README

# @expo/metro-runtime

Injects runtime code required for advanced Metro bundling features in the Expo ecosystem.

## Usage

> `expo-router` users do not need to install this package, it is already included.

```js
yarn add @expo/metro-runtime
```

Import this somewhere in the initial bundle. For example, the `App.js`:

```js
import '@expo/metro-runtime';
```

`expo/metro-config` will automatically move this import to be first in the bundle.

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