react-native-rn-webview

1.2.3 • Public • Published

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

Package Sidebar

Install

npm i react-native-rn-webview

Weekly Downloads

15

Version

1.2.3

License

MIT

Unpacked Size

29.1 kB

Total Files

22

Last publish

Collaborators

  • dev-amirzubair