# 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](../README.md#installation)

### SDK Account setup
[Follow SDK Account instructions here](../README.md#zoom-account-setup)

## App.js setup
update your zoom app key/secrets etc
```javascript
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                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| ![](../assets/bridge-example-android.gif) | ![](../assets/bridge-example-ios.gif) |