Skip to content

kfinn/react-native-twilio-video

Repository files navigation

react-native-twilio-video

react-native bindings for Twilio Video

Installation

npm install react-native-twilio-video

Usage

import TwilioVideo from "react-native-twilio-video";

// ...

const result = await TwilioVideo.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT