Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 592 Bytes

File metadata and controls

32 lines (20 loc) · 592 Bytes

Running the Sample App

Step 1: Clone the Repository

Clone the sample project to your local machine.

Step 2: Configure api.js

Update the api.js file with your Authentication Token generated from the VideoSDK Dashboard.

Step 3: Install the dependecies

Install all required dependencies for the project.

yarn install

Step 4: Prebuild the Project

yarn expo prebuild

Step 5: Run the App

You’re all set! Launch the app on your desired platform.

yarn android // for android
yarn ios // for ios