Banuba Video Editor SDK allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app.
The sample demonstrates how to run Video Editor SDK with React Native and React Native CLI.
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.
- Complete React Native Environment setup
- Complete Running On Device
- Run
npm install
oryarn install
in terminal to install dependencies. - 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. - Learn Android quickstart to quickly integrate Android Video Editor SDK into your React Native CLI project.
❗ Important: Please run sudo arch -x86_64 gem install ffi
in terminal for Apple M-series chip based on ARM architecture.
- Install CocoaPods dependencies. Open ios directory and run in terminal
pod install
orarch -x86_64 pod install
for Apple M1. - 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. - Learn iOS quickstart to quickly integrate iOS Video Editor SDK into your React Native CLI project.
Version | |
---|---|
react native | 0.72.4 |
Android | 6.0+ |
iOS | 13.0+ |