react-native-advanced-webview

A WebView component for react-native more advanced features

Usage no npm install needed!

<script type="module">
  import reactNativeAdvancedWebview from 'https://cdn.skypack.dev/react-native-advanced-webview';
</script>

README

react-native-advanced-webview

Features

extended WebView with more advanced WebView features

  • initialJavaScript Same as injectedJavaScript prop but will execute the JavaScript code on page loading started instead of on page loading finished

  • allowFileAccessFromFileURLs

Install

npm i react-native-advanced-webview --save
react-native link react-native-advanced-webview