Skip to main content
Version: 0.0.x

Using VideoSDK with Expo

Introduction

This documentation provides a step-by-step guide on integrating VideoSDK with Expo, a popular framework for building cross-platform mobile applications using React Native. Follow these instructions to seamlessly incorporate VideoSDK into your Expo project.

Prerequisites

Before you begin, make sure you have Node.js and npm installed on your machine. If you don't have Expo installed globally, run the following command:

npm install -g expo-cli

Setting up Expo Project

Create a New Expo Project

Start a new Expo project by running the following commands:

expo init YourProjectName
cd YourProjectName

Adding Android and iOS Folders

Execute the following command to add Android and iOS folders:

npx expo prebuild

Once these are finished, you should see the android and ios directories in your project. You can then complete the iOS and Android setup requried for the VideoSDK.

Android Setup : Integrate in Android

iOS Setup : Integrate in iOS

Code Example : Expo App Example

Got a Question? Ask us on discord