More Premium Hugo Themes Premium React Themes

React Native Photo Editor

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

React Native Photo Editor

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

Author Avatar Theme by nitrogenzlab
Github Stars Github Stars: 542
Last Commit Last Commit: May 15, 2024 -
First Commit Created: Feb 24, 2024 -
React Native Photo Editor screenshot

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

Installation:

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.