Closed mieszko4 closed 2 years ago
Based on changelog:
The following procedure covers testing of the bridge (initialization and join meeting only).
yarn run android
cd android && ./gradlew assembleRelease && cd ..
adb install android/app/build/outputs/apk/release/app-release.apk
yarn run ios
Note: You will need to allow to install app; look for: Settings -> General -> Device Management -> Apple Development
Closing in favor of https://github.com/mieszko4/react-native-zoom-us/pull/217 and https://github.com/mieszko4/react-native-zoom-us/pull/219
Based on changelog:
Smoke Test Procedure
The following procedure covers testing of the bridge (initialization and join meeting only).
Android
Emulator
yarn run android
Real Device
yarn run android
cd android && ./gradlew assembleRelease && cd ..
,adb install android/app/build/outputs/apk/release/app-release.apk
iOS
Simulator
yarn run ios
(Note that M1 chip is not supported by Zoom SDK)Real Device
Note: You will need to allow to install app; look for: Settings -> General -> Device Management -> Apple Development