video-editor-react-native
v0.6.0
Published
Banuba Video Editor React Native plugin
Downloads
238
Maintainers
Readme
Banuba Video Editor React Native plugin
Overview
Banuba Video Editor SDK allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app.
Usage
License
Before you commit to a license, you are free to test all the features of the SDK for free. The trial period lasts 14 days. To start it, send us a message. We will get back to you with the trial token.
Feel free to contact us if you have any questions.
Installation
Run in Terminal to install Video Editor React Native plugin
npm install video-editor-react-native
Integration guide
Please follow our Integration Guide to complete full integration.
Launch
Set Banuba license token within the app
Android
- Make sure variable
ANDROID_SDK_ROOT
is set in your environment or configure sdk.dir. - Run
npm run android
in Terminal to launch the sample app on a device or launch the app in IDE i.e. Intellij, VC, etc.
iOS
- Install CocoaPods dependencies. Open
ios
directory and run in terminalpod install
. - Open Signing & Capabilities tab in Target settings and select your Development Team.
- Run
npm run ios
in Terminal to launch the sample on a device or launch the app in IDE i.e. XCode, Intellij, VC, etc.
Dependencies
| | Version | |--------------|:-------:| | Yarn | 3.6.1 | | React Native | 0.74.2 | | Android | 6.0+ | | iOS | 14.0+ |