Skip to main content

Editor V2 on React Native

Overview

With the new interface, better controls, and additional quality of life improvements, making stunning videos is easier and more fun than ever.

Design and user experience principles are constantly evolving. To keep up with the latest developments and best practices, our team has completely redesigned the Video Editor SDK to be as convenient and enjoyable as possible.

Usage

Set the .setEditorV2 to true in the FeaturesConfigBuilder:

  private featuresConfig = new FeaturesConfigBuilder()
.setEditorV2(true)
.build();