Skip to content

trabricks-react/react-native-webview-fullscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' }} />

About

Android Webview For HTML5 Fullscreen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages