React Native Image Editor screenshot

React Native Image Editor

Author Avatar Theme by Callstack
Updated: 4 Jan 2026
432 Stars

A library providing an API for cropping images from the web and the local file system.

Categories

Overview

The React Native Image Editor is a native module designed for React Native that allows users to manipulate images within their applications. The module provides functionalities like cropping images based on specific parameters and handling image downloads.

Features

  • Image Cropping: Crop images based on specified parameters like offset, size, display size, and resizing mode.
  • Automatic Image Download: Ability to automatically download remote images if a URI is provided.
  • Cache Storage: Resultant cropped images are stored in the cache path for easy access and management.

Installation

To install the React Native Image Editor, you can follow these steps:

  1. Import the library into your project.
  2. Use the provided methods like cropImage to manipulate images based on your requirements.
npm install react-native-image-editor

Summary

The React Native Image Editor provides a convenient way to edit and manipulate images in React Native applications. With features like image cropping, automatic image downloads, and cache storage, developers can easily enhance and customize images within their projects. The ease of installation and usage makes it a valuable tool for managing images efficiently in React Native applications.