React Native RTMP live streaming
npm install react-native-streaming
import Streaming from "react-native-streaming";
// ...
const result = await Streaming.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT