0.1.0 • Published 7 years ago
rn-webview v0.1.0
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.
0.1.0
7 years ago