react native webview for video

 import React from 'react';

import { View, WebView, StyleSheet } from 'react-native';


const CameraScreen = () => {

  return (

    <View style={styles.container}>

      <WebView

        source={{ uri: 'http://192.168.1.16' }} // Replace with your IP camera's URL

        style={styles.webView}

        javaScriptEnabled={true}

        domStorageEnabled={true}

        allowsFullscreenVideo={true}

        mediaPlaybackRequiresUserAction={false}

      />

    </View>

  );

};


const styles = StyleSheet.create({

  container: {

    flex: 1,

    backgroundColor: 'black',

  },

  webView: {

    flex: 1,

    alignSelf: 'stretch',

  },

});


export default CameraScreen;


Comments

Popular posts from this blog

WR3D wwe 2k19 MOD apk direct download link for Android

Download wwe2k17 wr3d

How to make resizeable window in pygame and make content adjustable according to window size