mieszko4 / react-native-zoom-us-test

Example repository of using react-native-zoom-us bridge
16 stars 13 forks source link

zoom-us-test

Example repository of using react-native-zoom-us bridge.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Developing with the lib

Currently because of react-native symlink limitation the following must be done manually:

Upgrading react-native

This repository was generated using npx react-native@0.72.2 init ZoomUsTest --version 0.72.2. Use diff between two versions of react-native to apply the changes using https://react-native-community.github.io/upgrade-helper/.

Smoke Test Procedure

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

Android

Emulator

  1. [ ] Development: yarn android

Real Device

  1. [ ] Development: yarn android
  2. [ ] Release: yarn android --variant=release

iOS

Simulator

  1. [ ] Development: yarn ios

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