0.1.0 • Published 6 years ago

rn-webview v0.1.0

Weekly downloads
40
License
MIT
Repository
github
Last release
6 years ago

React Native WebView

An implementation of React Native's WebView that allows for window.postMessage on iOS devices.

package build downloads minified size minzipped size

Install

  • npm install rn-webview --save or
  • yarn 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.