toshi1127 / vesdk-react-native-demo

React Native example for VideoEditor SDK

Home Page:https://www.videoeditorsdk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoEditor SDK Logo

NPM version Platform support Twitter

VideoEditor SDK React Native Example App

This project shows how to integrate VideoEditor SDK into a React Native application with the React Native module for VideoEditor SDK which is available via NPM as react-native-videoeditorsdk.

Getting started

After cloning this repository, perform the following steps to run the example application:

# install
yarn install
cd ios && pod install && cd .. # CocoaPods on iOS needs this extra step
# run
yarn react-native run-ios
# or
yarn react-native run-android

Unlock the SDK

VideoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the video preview and any exported videos. In order to remove the watermark and to use VideoEditor SDK within your app you'll need to request a license for each platform and load the license file(s) in your App.js with the following single line of code that automatically resolves multiple license files via platform-specific file extensions:

VESDK.unlockWithLicense(require('./vesdk_license'));

VideoEditor SDK for iOS & Android

The React Native module for VideoEditor SDK includes a rich set of most commonly used configuration and customization options of VideoEditor SDK for iOS and Android. The native frameworks provide fully customizable video editors. Please refer to our documentation for more details.

Native customization for iOS is demonstrated in the AppDelegate of the example application.

License Terms

Make sure you have a commercial license for VideoEditor SDK before releasing your app. A commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.

Support and License

Use our service desk for bug reports or support requests. To request a commercial license, please use the license request form on our website.

About

React Native example for VideoEditor SDK

https://www.videoeditorsdk.com

License:Other


Languages

Language:JavaScript 25.5%Language:Java 24.9%Language:Ruby 21.2%Language:Objective-C 20.8%Language:Starlark 7.6%