you can try the below command in npm :

Copynpm install react-native-webview@11.26.0 --legacy-peer-deps

Or, delete package.lock.json and node_modules folder then run,

npm i -f

then run

npm install

Answer from Jatin Bhuva on Stack Overflow
🌐
npm
npmjs.com › package › react-native-webview
react-native-webview - npm
Latest version: 13.16.1, last published: 3 months ago. Start using react-native-webview in your project by running `npm i react-native-webview`. There are 1347 other projects in the npm registry using react-native-webview.
      » npm install react-native-webview
    
Published   Feb 27, 2026
Version   13.16.1
🌐
npm
npmjs.com › search
webview - npm search
This package wraps https://github.com/suchipi/webview so it can be distributed on npm and run from node. suchipi• 1.1.0 • 3 years ago • 3 dependents • MITpublished version 1.1.0, 3 years ago3 dependents licensed under $MIT · 751 · ...
🌐
GitHub
github.com › winstrike › react-native-webview › packages › 610545
Package react-native-webview · GitHub
React Native WebView component for iOS, Android, macOS, and Windows · Learn more about npm packages · $ npm install @winstrike/react-native-webview@11.2.6 · "@winstrike/react-native-webview": "11.2.6" 11.2.6 · Latest · Published over 5 ...
🌐
LogRocket
blog.logrocket.com › home › react native webview: a complete guide
React Native WebView: A complete guide - LogRocket Blog
August 12, 2024 - Then, navigate to the newly created project directory and run npx expo start or npm run start to start the development server. Expo allows you to choose the device with which you are working: a physical Android/iOS device or an Android/iOS emulator/simulator. Therefore, your development environment setup will depend on your choice of device. The Expo documentation has detailed setup guides. Before we start our app, we still need to install the React Native WebView package.
🌐
GitHub
github.com › react-native-webview › react-native-webview › blob › master › docs › Getting-Started.md
react-native-webview/docs/Getting-Started.md at master · react-native-webview/react-native-webview
$ yarn add react-native-webview · (or) For npm use · $ npm install --save react-native-webview · From react-native 0.60 autolinking will take care of the link step but don't forget to run pod install · React Native modules that include native ...
Author   react-native-webview
🌐
Expo Documentation
docs.expo.dev › third-party libraries › react-native-webview
react-native-webview - Expo Documentation
Android · iOS · Included in Expo ... file to discover all available pages. react-native-webview provides a WebView component that renders web content in a native view....
Find elsewhere
🌐
npm
npmjs.com › search
keywords:react-native-webview - npm search
React Native Web WebView implementation of RN's WebView, this package fork from https://www.npmjs.com/package/react-native-web-webview adn fix deprecated function.
🌐
npm
npmjs.com › package › @react.native.web › webview
@react.native.web/webview - npm
January 20, 2024 - Latest version: 1.0.3, last published: 2 years ago. Start using @react.native.web/webview in your project by running `npm i @react.native.web/webview`. There are 1 other projects in the npm registry using @react.native.web/webview.
      » npm install @react.native.web/webview
    
Published   Jan 20, 2024
Version   1.0.3
🌐
npm
npmjs.com › package › @datadog › mobile-react-native-webview
@datadog/mobile-react-native-webview - npm
February 9, 2026 - Start using @datadog/mobile-react-native-webview in your project by running `npm i @datadog/mobile-react-native-webview`. There are no other projects in the npm registry using @datadog/mobile-react-native-webview.
      » npm install @datadog/mobile-react-native-webview
    
Published   Apr 29, 2026
Version   3.4.0
🌐
React-native-web-community
react-native-web-community.github.io › react-native-web-webview
react-native-web-webview | React Native for Web implementation of RN’s WebView
React Native for Web implementation of RN’s WebView · $ npm install react-native-web-webview --save · Alias the package in your webpack config: resolve: { alias: { 'react-native': 'react-native-web', ...
🌐
npm
npmjs.com › package › @drbf17 › react-native-webview
@drbf17/react-native-webview - npm
July 30, 2025 - import { openWebview } from '@drbf17/react-native-webview'; // Open a URL in a native WebView openWebview('https://reactnative.dev');
      » npm install @drbf17/react-native-webview
    
Published   Jul 30, 2025
Version   0.2.0
Author   drbf17
🌐
DEV Community
dev.to › thebuildguy › how-to-use-webview-in-react-native-3gma
How to use WebView in React Native? - DEV Community
August 22, 2024 - expo install react-native-webview · // For npm users npm install react-native-webview · // If you're using yarn yarn add react-native-webview · You'll only need this if you're not using Expo and using React Native CLI to start your project.
🌐
npm
npmjs.com › package › react-native-web-webview
react-native-web-webview - npm
Latest version: 1.0.2, last published: 6 years ago. Start using react-native-web-webview in your project by running `npm i react-native-web-webview`. There are 32 other projects in the npm registry using react-native-web-webview.
      » npm install react-native-web-webview
    
Published   Aug 01, 2020
Version   1.0.2
🌐
Snyk
snyk.io › snyk vulnerability database › npm
react-native-webview - npm Package Health Analysis
March 24, 2021 - We found that react-native-webview demonstrates a positive version release cadence with at least one new version released in the past 3 months. As a healthy sign for on-going project maintenance, we found that the GitHub repository had at least 1 pull request or issue interacted with by the community. ... The npm package react-native-webview receives a total of 2,503,019 downloads a week.
🌐
jsDelivr
jsdelivr.com › package › npm › react-native-webview
react-native-webview CDN by jsDelivr - A CDN for npm and GitHub
February 27, 2026 - react-native-webview · js · React Native WebView component for iOS, Android, macOS, and Windows · Version 13.16.1 License MIT · INSTALL · Version: Static · Static · Latest Patch · Latest Minor · Latest Major · Learn more · Readme Files Statistics Browse CDN ·
Published   Dec 08, 2015
🌐
React Native
reactnative.dev › docs › next › libraries
Using Libraries · React Native
June 14, 2023 - We will assume npm for the rest of this guide for simplicity of explanation. ... The terms "library" and "package" are used interchangeably in the JavaScript community. To install a library in your project, navigate to your project directory in your terminal and run the installation command. Let's try this with react-native-webview...
🌐
YouTube
youtube.com › basarat
React Native WebView Component // Masterclass - YouTube
In this tutorial we unlock the power of the react native web view component. You can pretty much use this to build your own browser ... and do some pretty po...
Published   January 23, 2023
Views   30K
🌐
Npmpeer
npmpeer.dev › packages › react-native-webview › compatibility
react-native-webview versions and peer dependencies
NPM Peer · The table below has a list of all versions of react-native-webview with compatible (peer) dependencies. Filter by · e.g: 12.x, 1.2.7 · - OR - e.g: react, @angular/core · e.g: ^4.4, 5.0.2 ·