Example repository of using react-native-zoom-us bridge.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
yarn
bundle install
cd ios/ && bundle exec pod install && cd ..
sdkKey
and sdkSecret
App.tsx
and look for TODO
- update it with your sdkKey
, sdkSecret
.
startMeeting
provide: meetingNumber
and zoomAccessToken
.joinMeeting
provide: meetingNumber
and password
DEVELOPMENT_TEAM
on iOSyarn start
yarn android
or yarn ios
Currently because of react-native symlink limitation the following must be done manually:
cd ..
)react-native-zoom-us
react-native-zoom-us
and copy it to react-native-zoom-us-test
using npm run dev
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/.
The following procedure covers testing of the bridge (initialization and join meeting only).
yarn android
yarn android
yarn android --variant=release
yarn ios
Note: You will need to allow to install app; look for: Settings -> General -> Device Management -> Apple Development