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.
 
 
 
 
 
 
Tiago Jacobs ffcce382dc
Add ios and android build instructions
3 years ago
.bundle React native project initialization 3 years ago
__tests__ React native project initialization 3 years ago
android React native project initialization 3 years ago
ios React native project initialization 3 years ago
.buckconfig React native project initialization 3 years ago
.eslintrc.js React native project initialization 3 years ago
.flowconfig React native project initialization 3 years ago
.gitignore React native project initialization 3 years ago
.prettierrc.js React native project initialization 3 years ago
.ruby-version React native project initialization 3 years ago
.watchmanconfig React native project initialization 3 years ago
App.js Change main screen text 3 years ago
Gemfile React native project initialization 3 years ago
Gemfile.lock React native project initialization 3 years ago
README.md Add ios and android build instructions 3 years ago
app.json React native project initialization 3 years ago
babel.config.js React native project initialization 3 years ago
index.js React native project initialization 3 years ago
metro.config.js React native project initialization 3 years ago
package-lock.json React native project initialization 3 years ago
package.json React native project initialization 3 years ago

README.md

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