# bigbluebutton-mobile-sdk This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile). ## Installation ```sh npm install bigbluebutton-mobile-sdk ``` ## Usage ```js import { BigbluebuttonMobileSdkView } from "bigbluebutton-mobile-sdk"; // ... ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT