Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Repository files navigation

Banuba Video and Photo Editor SDK - React Native CLI integration sample

Overview

Video Editor SDK allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app.
AR Photo Editor SDK allows you to quickly add the photo editing capabilities to your app.
The sample demonstrates how to integrate Video and Photo Editor SDK to React Native project.

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.

Launch

Set Banuba license token in the application.

  1. Ensure Environment setup and Running On Device guides are completed.
  2. Install dependencies. Please check yarn --version and make sure you use the latest yarn version i.e.4.1.1 .
npm install

or

yarn install

and ensure your yarn version is at least 4.1.1

yarn --version

Android

  1. Ensure ANDROID_SDK_ROOT is set in your environment or configured in sdk.dir.
  2. Launch from the Terminal or in your IDE.
npm run android
  1. Integration guides:

iOS

  1. Install CocoaPods dependencies
cd ios
pod install
  1. Configure signing
    • Open ios/Runner.xcworkspace in Xcode
    • Select the Runner target
    • Choose your Development Team in Signing & Capabilities
  2. Run the app
npm run ios
  1. Integration guides

Documentation

Explore the full capabilities of our SDKs:

Support

For questions about Video Editor or Photo Editor SDK, reach out to Banuba support service

Dependencies

Version
Yarn 4.1.1
React Native 0.79.1
Android 8.0+
iOS 15.0+