react-native-webview-fullscreen

1.0.3 • Public • Published

react-native-webview-fullscreen

platforms npm npm github issues github closed issues Issue Stats

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 react-native-webview-fullscreen

Usage

import WebView from 'react-native-webview-fullscreen';
 
<Webview
  style={{ flex: 1, }}
  source={{ uri: 'https://youtube.com' }} />
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i react-native-webview-fullscreen

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

13.1 kB

Total Files

8

Last publish

Collaborators

  • lunyx