# 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

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


