React Native Photo Editor

screenshot of React Native Photo Editor
react
react-native

Photo editor using native modules for iOS and Android. Inherit from 2 available libraries, ZLImageEditor (iOS) and PhotoEditor (Android)

Overview:

React Native Photo Editor (RNPE) is an image editing library using native modules for iOS and Android that inherits from ZLImageEditor (iOS) and PhotoEditor (Android). It offers features like drawing, text and image adding/editing, scaling and rotating views, filters, and more. Users should be cautious about the difference between the two platforms and the library is mainly intended for personal use with the option to customize or fork for modifications.

Features:

  • Draw (Support custom line color)
  • Adding/Editing Text with option to change its Color
  • Adding Images/Stickers
  • Pinch to Scale and Rotate views
  • Apply Filter Effect on image using LUT Color
  • Crop image
  • Drawing on image with option to change its Brush's Color, Size, Opacity, Erasing and basic shapes
  • Apply Filter Effect on image using MediaEffect

iOS:

  1. Set use_modular_headers! globally in your Podfile.
  2. Run cd ios/ && pod install.
  3. Add a Swift file in your project and create a bridging header file swift.

Summary:

React Native Photo Editor (RNPE) provides a range of image editing functionalities for both iOS and Android platforms. It inherits from existing libraries but offers customization options for users. The features include drawing, text editing, adding stickers, applying filters, and more. The installation process for iOS involves setting up Podfile dependencies and creating a bridging header file. This library is suitable for personal use with the flexibility to customize according to specific needs.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.