https://github.com/imgly/cesdk-react-native-examples
React Native examples for the IMG.LY Creative Editor SDK.
https://github.com/imgly/cesdk-react-native-examples
android expo ios library react-native sdk
Last synced: 3 months ago
JSON representation
React Native examples for the IMG.LY Creative Editor SDK.
- Host: GitHub
- URL: https://github.com/imgly/cesdk-react-native-examples
- Owner: imgly
- Created: 2024-12-05T08:48:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T08:01:03.000Z (11 months ago)
- Last Synced: 2025-08-20T10:04:37.939Z (11 months ago)
- Topics: android, expo, ios, library, react-native, sdk
- Language: Kotlin
- Homepage: https://img.ly/
- Size: 1.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React Native Examples for IMG.LY Creative Editor SDK
This repository contains the React Native examples for the IMG.LY mobile editor and camera solutions.
The underlying `Engine` enables you to build any design editing UI, automation and creative workflow for iOS and Android.
It offers performant and robust graphics processing capabilities combining the best of layout, typography and image processing with advanced workflows centered around templating and adaptation.
The `Engine` seamlessly integrates into any iOS or Android app whether you are building a photo editor, template-based design tool or scalable automation of content creation for your app.
The mobile editor is fully built on top of the `Engine`.
## Documentation
The full documentation of the [mobile editor](https://img.ly/docs/cesdk/mobile-editor/quickstart?platform=react-native) as well as of the [mobile camera](https://img.ly/docs/cesdk/mobile-camera/quickstart?platform=react-native) can be found on our website.
There you will learn how to integrate and configure them for your use case.
## License
The `Engine` is a commercial product. To use it you need to unlock the SDK with a license file. You can purchase a license at https://img.ly/pricing.
### Evaluation Mode
You can run the SDK in evaluation mode by passing `null` or an empty string as the license key. This will add a watermark to all exports but allows you to try out the SDK without a license.
### Using a License Key
In order to run the `showcases` application in this repository with a license key, use the instructions below:
1. Get a free trial license at https://img.ly/forms/free-trial.
2. Copy the license key.
3. Include the license key in the `src/secrets/secrets.ts` file:
```
static license = {YOUR_LICENSE_KEY}
```