Skip to main content

Banuba Photo Editor React Native

Overview​

Banuba Photo Editor SDK allows you to quickly add photo functionality and effects into your mobile app.

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.

Feel free to contact us if you have any questions.

Installation​

Run in Terminal to install Photo Editor React Native plugin

npm install pe-sdk-react-native

Integration guide​

Please follow our Integration Guide to complete full integration.

Launch​

Set Banuba license token within the app

Android​

  1. Make sure variable ANDROID_SDK_ROOT is set in your environment or configure sdk.dir.
  2. 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.

iOS​

  1. Install CocoaPods dependencies. Open ios directory and run in terminal pod install.
  2. Open Signing & Capabilities tab in Target settings and select your Development Team.
  3. 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.

Dependencies​

Version
Yarn4.6.0
React Native0.75.2
Android6.0+
iOS15.0+