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
npm install react-native-rn-webview
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} />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library