react-native-live-stream
react-native-live-stream copied to clipboard
a react-native module for live stream play and publish
The app was crashed while screen sharing during the live stream. Fatal error: build(): Can't create a live stream instance 
If it is possible, could you please share a code snippet or refer me to a documentation? @wonday For reference I am trying to use it this way (it is...
`import React, {Component} from 'react'; import {Text, View, Button, Image, StyleSheet, Platform, NetInfo, Alert} from 'react-native'; import allStyles from '../css/allStylesCSS.js'; import Menu from './Menu'; // import Video from 'react-native-video'; //...

I follow the steps to install ,and 'React/RCTViewManager.h' file not found
While building for ios i receive 'React/RCTViewManager.h' file not found #import Im using xcode 10.1 and react-native 0.60.4
I am using the https url, but all I get is a black screen. Am I doing something wrong? thanks, dan