diff --git a/README.md b/README.md index c82f5e9..c52b409 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ PS: This runs on mobile too, but it's mainly targeted for tablets, as it require More details in https://github.com/bigbluebutton/bigbluebutton-tablet-sdk - iOS version available in [App Store](https://apps.apple.com/us/app/bigbluebutton-tablet/id1641156756) + + +# bundle + +``` +yarn react-native bundle --entry-file index.js --platform android --dev false --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/ + +```