</>PackageGraphPackageGraph

react-native-webview

npmv14.0.1TypeScript

React Native WebView component for iOS, Android, macOS, and Windows

Safe to adopt

Yes — react-native-webview scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 81 days ago. 22 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 81 days ago. 22 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 4 transitive packages, about 652 KB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 4 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding react-native-webview to a project.

2
Direct dependencies

Runtime packages this one declares itself.

4
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

652 KB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

MIT

Every license you inherit by installing react-native-webview, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the react-native-webview README.

import React, { Component } from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { WebView } from 'react-native-webview';

// ...
const MyWebComponent = () => {
  return (
    <WebView
      source={{ uri: 'https://reactnative.dev/' }}
      style={{ flex: 1 }}
    />
  );
};

Dependencies

Declared by react-native-webview v14.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (34)

@babel/cli ^7.29.7@babel/core ^7.29.7@babel/runtime ^7.29.7@callstack/react-native-visionos 0.73.8@react-native/babel-preset 0.73.21@react-native/eslint-config 0.73.2@react-native/metro-config 0.73.5@react-native/typescript-config 0.73.1@rnx-kit/metro-config 1.3.15@semantic-release/commit-analyzer 13.0.1@semantic-release/git 10.0.1@semantic-release/github 12.0.6@semantic-release/npm 13.1.4@semantic-release/release-notes-generator 14.1.0@types/invariant ^2.2.37@types/jest ^29.5.14@types/react 18.2.61@types/selenium-webdriver 4.0.9@typescript/native-preview ^7.0.0-dev.20260620.1appium 1.17.0jest ^29.7.0oxfmt 0.35.0oxlint 1.50.0oxlint-tsgolint 0.15.0react 18.2.0react-native 0.73.5react-native-macos 0.73.17react-native-test-app 3.7.2react-native-windows 0.73.8selenium-appium 1.0.2selenium-webdriver 4.0.0-alpha.7semantic-release 25.0.3typescript 5.1.3winappdriver ^0.0.7

Used by

Popular packages that depend on react-native-webview.

Relationship graph

Dependencies (left) and dependents (right) of react-native-webview.

Frequently installed together

Release history

19 releases in the last two years, typically about 15 days apart.

Recent versions of react-native-webview
VersionPublishedSizeLicense
16.0.02 months ago575 KBMIT
15.0.02 months ago627 KBMIT
14.0.1latest2 months ago635 KBMIT
14.0.02 months ago636 KBMIT
13.17.02 months ago643 KBMIT
13.16.22 months ago640 KBMIT
13.16.16 months ago640 KBMIT
13.16.01 year ago645 KBMIT
13.15.01 year ago642 KBMIT
13.14.21 year ago641 KBMIT
13.14.11 year ago641 KBMIT
13.14.01 year ago641 KBMIT
13.13.51 year ago638 KBMIT
13.13.41 year ago638 KBMIT
13.13.31 year ago637 KBMIT

Overview

react-native-webview is an npm package that react Native WebView component for iOS, Android, macOS, and Windows. It has 1 known dependents in the graph. The latest version is 14.0.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need react Native WebView component for iOS, Android, macOS, and Windows and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (38 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use react-native-webview?

Yes — react-native-webview scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 81 days ago. 22 releases in the last 2 years.

How do I install react-native-webview?

Run `npm install react-native-webview` to add react-native-webview to your npm project.

How many dependencies does react-native-webview have?

react-native-webview declares 38 direct dependencies and pulls in 4 packages in total once its runtime tree is resolved totalling about 652 KB on disk.

What license is react-native-webview released under?

react-native-webview is distributed under the MIT license.

How popular is react-native-webview?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on react-native-webview.

Is react-native-webview still maintained?

The most recent release of react-native-webview (v14.0.1) was published 2 months ago.

Does react-native-webview run install scripts?

No. react-native-webview does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.