Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconf/bbb-hybrid-sdk
https://github.com/mconf/bbb-hybrid-sdk
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/bbb-hybrid-sdk
- Owner: mconf
- Created: 2023-03-17T19:30:20.000Z (almost 2 years ago)
- Default Branch: master1
- Last Pushed: 2024-06-21T02:35:23.000Z (6 months ago)
- Last Synced: 2024-06-21T21:27:53.629Z (6 months ago)
- Language: JavaScript
- Size: 804 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hybrid-bbb-sdk
## Code dependencies
### Versions
$ node -v
v18.15.0$ npm -v
v9.5.0## For Android only:
$ java -version
openjdk version "11.0.16.1" 2022-08-12
OpenJDK Runtime Environment (build 11.0.16.1+1)
OpenJDK 64-Bit Server VM (build 11.0.16.1+1, mixed mode)###
Run on android:
Install Android Studio and setup a device with google play store
Device info in android studio:
Pixel 4, API 30, android 11Install eas-cli globally (with npm) to build
You can install with `npx expo`### To install the dependencies, run:
$ npm install
## How to run
Android:
$ npx expo run:android
if it crashes with an error message with something like: ANDROID_SDK_ENVIRONMENT missing...
$ export ANDROID_HOME=$HOME/Android/Sdk
$ export PATH=$PATH:$ANDROID_HOME/toolsif it results in a error with gradle:
$ cd android && ./gradlew clean