/ve-sdk-react-native-integration-sample

The repository demonstrates how to integrate Banuba Video Editor SDK into react native project

Primary LanguageGLSL

Banuba AI Video Editor SDK. Integration sample for React Native.

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.

Android

  1. Make sure variable ANDROID_SDK_ROOT is in your environment.
  2. Put Banuba Face AR token in resources.
  3. 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.

iOS

  1. Install node and cocoapods dependencies using npm ci && cd ios && pod install.
  2. Put Banuba Face AR token.
  3. Run command npm run ios to launch the sample on device.

Want to know more about the SDK?

Please visit our main repositories with native Android and iOS integrations to get full information about the SDK.