react-native-live-kit
v0.0.5
Published
Open Source RTMP streaming SDK for react native
Readme
react-native-live-kit
Getting started
$ npm install react-native-live-kit --save
Mostly automatic installation
$ react-native link react-native-live-kit
Usage
import LiveKit from 'react-native-live-kit';
// TODO: What to do with the module?
LiveKit;