react-native-webview-fullscreen
v1.0.3
Published
Android HTML5 fullscreen support for react-native-webview
Downloads
5
Maintainers
Readme
react-native-webview-fullscreen
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' }} />