From 317b1c8ba006747682ea0d302634ec4a3cb03dbb Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 18 Feb 2023 14:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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/ + +```