# @expo/log-box

> Error overlay for universal Expo apps.

Latest version **57.0.4** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @expo/log-box
pnpm add @expo/log-box
yarn add @expo/log-box
bun add @expo/log-box
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 57.0.4 |
| Published | 2026-08-26 |
| First published | 2025-10-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 934.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Expo |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |

## Links

- npm: https://www.npmjs.com/package/@expo/log-box
- Homepage: https://github.com/expo/expo/tree/main/packages/@expo/log-box
- npm.io page: https://npm.io/package/@expo/log-box

## Dependencies (3)

- [anser](https://npm.io/package/anser.md) ^1.4.9
- [@expo/dom-webview](https://npm.io/package/@expo/dom-webview.md) ^57.0.1
- [stacktrace-parser](https://npm.io/package/stacktrace-parser.md) ^0.1.10

## Recent versions

- 57.0.4 (latest) — 2026-08-26
- 58.0.1 (next) — 2026-09-14
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 55.0.13 (sdk-55) — 2026-07-15
- 56.0.13-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 56.0.14 (sdk-56) — 2026-07-01
- 55.0.8-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 58.0.0 — 2026-09-10
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 57.0.3 — 2026-08-17
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- 57.0.2 — 2026-07-29
- 57.0.0-canary-20260723-64edab9 — 2026-07-23
- 57.0.0-canary-20260720-b6d63bc — 2026-07-20
- … 82 more at https://npm.io/package/@expo/log-box/versions

## README

# @expo/log-box

Error overlay for universal Expo apps. Replaces default RedBox and LogBox with Expo LogBox implementation.

## Usage

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

```js
EXPO_UNSTABLE_LOG_BOX=1 npx expo start
EXPO_UNSTABLE_LOG_BOX=1 npx expo run ios
EXPO_UNSTABLE_LOG_BOX=1 npx expo run android
```

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