rn-webview-fullscreen

1.0.0 • Public • Published

react-native-webview-fullscreen

platforms npm npm github issues github closed issues

Android HTML5 fullscreen support for react-native-webview

Getting started

$ npm install react-native-webview react-native-webview-fullscreen --save

Mostly automatic installation ( <= 0.59 )

$ react-native link react-native-webview
$ react-native link rn-webview-fullscreen

Usage

import WebView from 'rn-webview-fullscreen';

<Webview
  style={{ flex: 1, }}
  source={{ uri: 'https://youtube.com' }} />

Package Sidebar

Install

npm i rn-webview-fullscreen

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

12.8 kB

Total Files

8

Last publish

Collaborators

  • umuttaymaz