mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

feat: Upgrade Android to 5.11.0.6883 #217

Closed mieszko4 closed 2 years ago

mieszko4 commented 2 years ago

Based on changelog:

Smoke Test Procedure

The following procedure covers testing of the bridge (initialization and join meeting only).

Android

Emulator

  1. [ ] Development: yarn run android

Real Device

  1. [ ] Development: yarn run android
  2. [ ] Release: cd android && ./gradlew assembleRelease && cd .., adb install android/app/build/outputs/apk/release/app-release.apk

iOS

Simulator

  1. [ ] Development: 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

  1. [ ] Development: Xcode: Product -> Run
  2. [ ] Release: Xcode: Product -> Profile
  3. [ ] Archive: Xcode: Product -> Archive
mieszko4 commented 2 years ago

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