Socket
Socket
Sign inDemoInstall

@banuba/react-native

Package Overview
Dependencies
1
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @banuba/react-native

Banuba SDK for React Native


Version published
Weekly downloads
227
increased by129.29%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

React Native Face AR SDK is a version of Banuba Face AR SDK. It is intended to provide a suite of augmented reality features applicable on photos and live video feed (live streaming, video conferencing, etc.). The package includes:

  • Face and hand tracking
  • 3D face filters
  • Virtual try-on of jewelry, cosmetics, headwear, glasses, contacts, and more
  • Color filters (LUTs)
  • Face touch-up
  • Virtual backgrounds
  • Screen recording, take screenshot
  • etc.

Requirements

Usage

Token

Before you commit to a license, you are free to test all the features of the SDK for free. To start it, send us a message.

Feel free to contact us if you have any questions.

Getting Started

  1. Clone the repository, ensure that you have setted up React Native CLI development environment.
  2. Copy and Paste your Client Token into appropriate section of example/src/App.tsx.
  3. Run yarn command. This will install all required dependences.
  4. (iOS only) Go to example/ios directory and run pod install. Return back to root. This will install all required iOS dependencies.
  5. Connect a device and run yarn example ios or yarn example android. Alternatively you may may open XCode or Android Studio projects from example/ios and example/android directories.

You may also use npm to run the sample. See example/README.md.

Integration steps

This is how to integrate Banuba SDK into existing React Native app. You still need a Client Token for this.

  1. Add @banuba/react-native dependency: yarn add @banuba/react-native.
  2. For iOS: add a link to the native Banuba SDK into ios/Podfile: source 'https://github.com/sdk-banuba/banuba-sdk-podspecs.git', add desired $bnb_sdk_version = '~> 1.13.0, list Banuba SDK packages you need. For Android: add our maven repository, define ext.bnb_sdk_version. In example/android/app/build.gradle list the packages you need.
  3. Add code from example/src/App.tsx into your app.
  4. Add effects folder into your project. Link it with your app
    1. iOS: just link effects folder into XCode project (File -> Add Files to ...).
    2. Android: add the following code into app build.gradle.
  5. For iOS: add NSCameraUsageDescription.

Docs

Refer this file about availabl API. You can find more info about Banuba Face AR SDK here.


Made with create-react-native-library

Keywords

FAQs

Last updated on 20 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc