react-native-live-stream icon indicating copy to clipboard operation
react-native-live-stream copied to clipboard

a react-native module for live stream play and publish

Results 22 react-native-live-stream issues
Sort by recently updated
recently updated
newest added

The app was crashed while screen sharing during the live stream. Fatal error: build(): Can't create a live stream instance ![Screenshot 2024-03-12 at 4 53 58 PM](https://github.com/wonday/react-native-live-stream/assets/117832966/7d3f7c0d-5d1e-4beb-b3d3-37102f6a480a)

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'; //...

![Simulator Screen Shot - iPhone 8 Plus - 2020-07-16 at 16 27 25](https://user-images.githubusercontent.com/38986433/87654578-504aa800-c781-11ea-8f23-ed06768c4620.png)

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