New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-rn-webview

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-rn-webview

An enhanced WebView for React Native with features like file downloads, event listeners, and improved compatibility for our custom use

latest
Source
npmnpm
Version
1.2.3
Version published
Weekly downloads
8
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-rn-webview

An enhanced WebView for React Native with features like file downloads, event listeners, and improved compatibility currenlty working on android only IOS will be published

Installation

npm install react-native-rn-webview

Usage

import { RnWebviewView, saveFileToDocuments } from "react-native-rn-webview";

// ...

 <RnWebviewView style={{ flex: 1 }}
    //@ts-ignore
    originWhitelist={['*']}
    source={{ html: htmlContent, baseUrl: 'https://google.com' }}
    javaScriptEnabled={true}
    domStorageEnabled={true} />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 28 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts