logo
On this page

Integrating the SDK


Prerequisites

Before integrating the ZegoEffects SDK, please ensure your development environment meets the following requirements:

  • React Native 0.73.6 or above
  • Node 18 or above

Integrating the SDK

Run the following command in your project's root directory to add the SDK to your project using yarn:

Untitled
$ yarn add @zegocloud/zego-effects-reactnative
1
Copied!

Import Resources and Models

Please follow the instructions in Import Resources and Models to import the AI models and resources in the SDK.

Previous

Run Sample Codes

Next

Import Resources and Models