Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 401 Bytes

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