Skip to content

prlanzarin/bbb-mobile-sdk-oss

 
 

Repository files navigation

bbb-mobile-sdk

Code dependencies

Versions

$ node -v
v16.15.1

$ yarn -v
v1.22.15

$ 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)

Extra

Clone the repo using SSH
--> https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key

Install Android Studio and setup a pixel 4 or a device with google play store
Install XCode (ios only) and ...

Install node with Nvm
Install eas-cli globally (with npm or yarn) to build
then run eas login

Add the android sdk to your bash.rc/zsh.rc 
export ANDROID_SDK_ROOT='/home/{YOUR_USER}/Android/Sdk'
Change {YOUR_USER} to your pc user name
then Source your bash/zsh rc file

To install the dependencies, run:

$ yarn install
if it crashes with an error message with something like: ANDROID_SDK_ENVIRONMENT missing...
  --> repeat the last 
  or
  --> add a file inside the /android folder
    --> local.properties
    --> and add --> sdk.dir=/home/{YOUR_USER}/Android/Sdk 

How to run

$ expo run:android
$ expo run:ios

License

bbb-mobile-sdk is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • Java 3.8%
  • C++ 1.7%
  • Objective-C++ 1.4%
  • Starlark 0.5%
  • Ruby 0.4%
  • Other 0.5%