Skip to main content
Version: 0.1.x

Using VideoSDK with Expo

Introduction

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

Prerequisites

Before you start, ensure that you have Node.js and npm installed on your machine. If Expo is not installed globally, execute the following command:

npm install -g expo-cli

Setting up Expo Project

Create a New Expo Project

To Create a new Expo, execute the following commands::

expo init YourProjectName
cd YourProjectName

Adding Android and iOS Folders

Run the following command to add Android and iOS folders:

npx expo prebuild

Once these steps are completed, you will find the android and ios directories in your project. You can proceed to complete the required iOS and Android setup 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