Banuba Video Editor SDK allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app.
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.
Run in Terminal to install Video Editor React Native plugin
npm install video-editor-react-native
Please follow our Integration Guide to complete full integration.
Set Banuba license token within the app
- 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.
- 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.
Version | |
---|---|
Yarn | 3.6.1 |
React Native | 0.74.2 |
Android | 6.0+ |
iOS | 14.0+ |