Hibar3 / RN-ZoomSdk-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-zoom-us-bridge RNZoomUSBridgeExample

Getting started

Make sure to complete React Native required setup etc.

yarn or npm i from RNZoomUSBridgeExample folder.

SDK installation

Follow SDK installation instructions here

SDK Account setup

Follow SDK Account instructions here

App.js setup

update your zoom app key/secrets etc

const ZOOM_APP_KEY = "";
const ZOOM_APP_SECRET = "";
const ZOOM_JWT_APP_KEY = "";
const ZOOM_JWT_APP_SECRET = "";

Running the example

from terminal npx react-native start

in a new window npx react-native run-ios or npx react-native run-android

Android iOS

About


Languages

Language:Java 55.9%Language:JavaScript 19.7%Language:Ruby 9.8%Language:Objective-C 7.7%Language:Starlark 6.8%