You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tiago Jacobs 2299a719d7
Comment flipper to avoid build errors
3 years ago
.circleci Project initialization (npx create-react-native-library) 3 years ago
.husky Project initialization (npx create-react-native-library) 3 years ago
android Project initialization (npx create-react-native-library) 3 years ago
example Comment flipper to avoid build errors 3 years ago
ios Comment flipper to avoid build errors 3 years ago
scripts Project initialization (npx create-react-native-library) 3 years ago
src Project initialization (npx create-react-native-library) 3 years ago
.editorconfig Project initialization (npx create-react-native-library) 3 years ago
.gitattributes Project initialization (npx create-react-native-library) 3 years ago
.gitignore Comment flipper to avoid build errors 3 years ago
.yarnrc Project initialization (npx create-react-native-library) 3 years ago
CONTRIBUTING.md Project initialization (npx create-react-native-library) 3 years ago
LICENSE Project initialization (npx create-react-native-library) 3 years ago
README.md Project initialization (npx create-react-native-library) 3 years ago
babel.config.js Project initialization (npx create-react-native-library) 3 years ago
bigbluebutton-mobile-sdk.podspec Project initialization (npx create-react-native-library) 3 years ago
package.json Project initialization (npx create-react-native-library) 3 years ago
tsconfig.build.json Project initialization (npx create-react-native-library) 3 years ago
tsconfig.json Project initialization (npx create-react-native-library) 3 years ago
yarn.lock Project initialization (npx create-react-native-library) 3 years ago

README.md

bigbluebutton-mobile-sdk

This repository contains BigBlueButton react-native component, that's used in our sample implementation.

Installation

npm install bigbluebutton-mobile-sdk

Usage

import { BigbluebuttonMobileSdkView } from "bigbluebutton-mobile-sdk";

// ...

<BigbluebuttonMobileSdkView color="tomato" />

Contributing

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

License

MIT