react-native bindings for Twilio Video
npm install react-native-twilio-video
import TwilioVideo from "react-native-twilio-video";
// ...
const result = await TwilioVideo.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT