react-native-rn-webview
v1.2.3
Published
An enhanced WebView for React Native with features like file downloads, event listeners, and improved compatibility for our custom use
Maintainers
Readme
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-webviewUsage
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
