pe-sdk-react-native
v0.1.0
Published
Photo Editor SDK React Native
Maintainers
Readme
Banuba Photo Editor React Native Plugin
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-nativeIntegration guide
Please follow our Integration Guide to complete full integration.
Launch
Set Banuba license token within the app
Android
- Make sure variable
ANDROID_SDK_ROOTis set in your environment or configure sdk.dir. - Run
npm run androidin Terminal to launch the sample app on a device or launch the app in IDE i.e. Intellij, VC, etc.
iOS
- Install CocoaPods dependencies. Open
iosdirectory and run in terminalpod install. - Open Signing & Capabilities tab in Target settings and select your Development Team.
- Run
npm run iosin Terminal to launch the sample on a device or launch the app in IDE i.e. XCode, Intellij, VC, etc.
Dependencies
| | Version | |--------------|:-------:| | Yarn | 4.6.0 | | React Native | 0.75.2 | | Android | 6.0+ | | iOS | 15.0+ |
