rn-webview
v0.1.0
Published
An implementation of React Native's WebView that allows for window.postMessage on iOS devices.
Downloads
48
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 --save
oryarn 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.