Android HTML5 fullscreen support for react-native-webview
$ npm install react-native-webview react-native-webview-fullscreen --save
$ react-native link react-native-webview
$ react-native link react-native-webview-fullscreen
import WebView from 'react-native-webview-fullscreen';
<Webview
style={{ flex: 1, }}
source={{ uri: 'https://youtube.com' }} />