Skip to content

Desintegrator/react-native-photo-editor-1

 
 

Repository files navigation

ReactNative: Native Photo Editor (Android/iOS)

This library is a React Native UI Component for image editing. It allows you to edit any photo by providing below set of features:

  • Cropping
  • Adding Text with Colors
  • Drawing with Colors
  • Undo/Redo
  • Saving to Photos and Sharing

📖 Getting started

$ yarn add @scm/react-native-photo-editor

  • Android

  • Please add below script in your build.gradle

buildscript {
    repositories {
        maven { url "https://jitpack.io" }
        ...
    }
}

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
        ...
    }
}
  • To save image to the public external storage, you must request the WRITE_EXTERNAL_STORAGE permission in your manifest file:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

💻 Usage

See Example folder

import PhotoEditorView from '@scm/react-native-photo-editor'

✨ Credits

📜 License

This library is provided under the Apache 2 License.

About

React Native: Native Photo Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 48.4%
  • Swift 37.7%
  • TypeScript 8.1%
  • Objective-C 2.4%
  • JavaScript 1.2%
  • Ruby 1.1%
  • Starlark 1.1%