All Projects → imgly → Pesdk React Native Demo

imgly / Pesdk React Native Demo

Licence: other
React Native example for PhotoEditor SDK

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pesdk React Native Demo

Photoviewslider
📷 A simple photo browser for Android applications.
Stars: ✭ 78 (+36.84%)
Mutual labels:  library, photo
Imageviewer.swift
An easy to use Image Viewer that is inspired by Facebook
Stars: ✭ 1,071 (+1778.95%)
Mutual labels:  library, photo
Pixel
📷 A composable image editor using Core Image and Metal.
Stars: ✭ 2,495 (+4277.19%)
Mutual labels:  photo, editor
Tkimageview
An easy way to crop an image.
Stars: ✭ 342 (+500%)
Mutual labels:  photo, editor
Photoflare
Quick, simple but powerful Cross Platform image editor.
Stars: ✭ 260 (+356.14%)
Mutual labels:  photo, editor
React Markdown
Markdown editor (input) based on React
Stars: ✭ 98 (+71.93%)
Mutual labels:  library, editor
Rskimagecropper
An image cropper / photo cropper for iOS like in the Contacts app with support for landscape orientation.
Stars: ✭ 2,371 (+4059.65%)
Mutual labels:  photo, editor
Ptimagealbumviewcontroller
"Image Album" — or "Photo Album" if you like that better — View( Controller) for all crazy iOS developers out there...
Stars: ✭ 199 (+249.12%)
Mutual labels:  library, photo
Ypimagepicker
📸 Instagram-like image picker & filters for iOS
Stars: ✭ 3,661 (+6322.81%)
Mutual labels:  library, photo
Ptshowcaseviewcontroller
An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]
Stars: ✭ 395 (+592.98%)
Mutual labels:  library, photo
Search
A wrapper around Google's full text search API for App Engine
Stars: ✭ 52 (-8.77%)
Mutual labels:  library
Membrain
🧠 Type-safe memory units
Stars: ✭ 53 (-7.02%)
Mutual labels:  library
Silicompressor
A powerful, flexible and easy to use Video and Image compression library for Android.
Stars: ✭ 1,081 (+1796.49%)
Mutual labels:  library
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-1.75%)
Mutual labels:  library
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+1759.65%)
Mutual labels:  editor
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-5.26%)
Mutual labels:  editor
Sheenbidi
A sophisticated implementation of Unicode Bidirectional Algorithm
Stars: ✭ 52 (-8.77%)
Mutual labels:  library
Remacs
Emacs style editor written in Racket
Stars: ✭ 52 (-8.77%)
Mutual labels:  editor
Countrycodepickerproject
Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Stars: ✭ 1,085 (+1803.51%)
Mutual labels:  library
Sanity Typed Queries
A typed, zero-dependency schema generator and query builder for Sanity.
Stars: ✭ 54 (-5.26%)
Mutual labels:  library

PhotoEditor SDK Logo

NPM version Twitter

PhotoEditor SDK React Native Example App

This project shows how to integrate PhotoEditor SDK into a React Native application with the React Native module for PhotoEditor SDK which is available via NPM as react-native-photoeditorsdk.

Getting started

After cloning this repository, perform the following steps to run the example application:

# install
yarn install
cd ios && pod install && cd .. # CocoaPods on iOS needs this extra step
# run
yarn react-native run-ios
# or
yarn react-native run-android

Unlock the SDK

PhotoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the image preview and any exported images. In order to remove the watermark and to use PhotoEditor SDK within your app you'll need to request a license and load a license file in your App.js with:

PESDK.unlockWithLicense(require('./pesdk_license'));

PhotoEditor SDK for iOS & Android

The React Native module for PhotoEditor SDK includes a rich set of most commonly used configuration and customization options of PhotoEditor SDK for iOS and Android. The native frameworks provide fully customizable photo editors. Please refer to our documentation for more details.

Native customization for iOS is demonstrated in the AppDelegate of the example application.

License Terms

Make sure you have a commercial license for PhotoEditor SDK before releasing your app. A commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.

Support and License

Use our service desk for bug reports or support requests. To request a commercial license, please use the license request form on our website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].