2022-02-12 03:44:09 -03:00
2022-02-12 03:43:38 -03:00
2022-02-11 18:27:29 -03:00
2022-02-11 18:27:29 -03:00
2022-02-11 18:27:29 -03:00

bigbluebutton-mobile

BigBlueButton mobile application.

Development

Linux

To build this application in linux, you need to run:

# Instal Android SDK
sudo apt install android-sdk

# In one terminal, start metro:
npx react-native start

# In other terminal, run the app:
npx react-native run-android

MAC

To build this application in mac, you need to run:

# Install cocoapods gem
sudo gem install cocoapods

# Install dependencies
npx pod-install

# In one terminal, start metro:
npx react-native start

# In other terminal, run the app:
npx react-native run-ios

Open project in XCODE

To change native code, you can run this command:

open ios/BigBlueButton.xcodeproj
Languages
TypeScript 46.8%
Java 24.6%
C++ 10.9%
Ruby 4.6%
Swift 4.2%
Other 8.9%