# @expo/dom-webview

> A WebView specifically designed for Expo DOM components

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

## Install

```sh
npm install @expo/dom-webview
pnpm add @expo/dom-webview
yarn add @expo/dom-webview
bun add @expo/dom-webview
```

## 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.1 |
| Published | 2026-07-15 |
| First published | 2024-09-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 180.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52268 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, wschurman |
| Keywords | react-native, expo, dom, webview |

## Links

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

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 57.0.1 (latest) — 2026-07-15
- 58.0.0 (next) — 2026-09-10
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.6-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 56.0.6 (sdk-56) — 2026-07-01
- 55.0.4-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 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
- 57.0.0-canary-20260716-381e806 — 2026-07-16
- 57.0.0-canary-20260629-3010085 — 2026-06-29
- 57.0.0 — 2026-06-25
- … 131 more at https://npm.io/package/@expo/dom-webview/versions

## README

# @expo/dom-webview

The `@expo/dom-webview` module is a WebView specifically designed for DOM components. It creates a bridge between native code and the WebView, allowing you to import and use Expo modules within DOM components. While this WebView does not have full feature parity with `react-native-webview`, additional features may be added based on internal requests and evolving needs.

# API documentation

- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/@expo/dom-webview/)
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/@expo/dom-webview/)

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects &mdash; it is likely to be included in an upcoming Expo SDK release.

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

```
npx expo install @expo/dom-webview
```

### Configure for iOS

Run `npx pod-install` after installing the npm package.

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

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