Video Templates on React Native
Templates let users create stunning videos quickly and easily using predefined sets of effects, transitions, and music. All it takes to make a shareable piece is changing the placeholders. With templates, even people who are new to video editing or just lack time can make impressive content in minutes.
[!NOTE] The
Video Templatesis not enabled by default. Contact Banuba representatives to know more.
Launch Video Templates
videoEditor.openFromTemplates(LICENSE_TOKEN, this.featuresConfig)
.then(response => { this.handleVideoExport(response); })
.catch(e => { this.handleSdkError(e); });