Banuba Video Editor SDK allows you to add a fully-functional video editor with Tiktok-like features, AR filters and effects in your app.
The following sample brifly demonstrates how you can integrate our SDK into your React Native project.
- Make sure variable ANDROID_SDK_ROOT is in your environment.
- Put Banuba Face AR token in resources.
- Run command npm run android to launch the sample on device or cd android && ./gradlew clean && cd .. && npm run android to clean and re-run the sample.
- Install node and cocoapods dependencies using
npm ci && cd ios && pod install
. - Put Banuba Face AR token.
- Run command npm run ios to launch the sample on device.
Please visit our main repositories with native Android and iOS integrations to get full information about the SDK.