rn-webview
v0.1.0
Published
An implementation of React Native's WebView that allows for window.postMessage on iOS devices.
Downloads
18
Maintainers
Readme
React Native WebView
An implementation of React Native's WebView that allows for window.postMessage on iOS devices.
Install
npm install rn-webview --saveoryarn add rn-webview
Use
Instead of import { WebView } from 'react-native', simply import WebView from 'rn-webview'.
Then continue to use <WebView /> just like you would the React Native implementation.
