React Native Multiple Image Picker

screenshot of React Native Multiple Image Picker
react
react-native

react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android

Overview

The React Native Multiple Image Picker is a library that allows applications to select images and videos from various smart albums in iOS and Android, reminiscent of the functionality found in the Facebook app. It is built on two existing libraries, TLPhotoPicker and PictureSelector, and offers features such as the ability to save selected images for later, choose multiple images/videos, support for various smart albums, display of video duration, image/video preview, and more.

Features

  • Save selected image status for later session
  • Choose multiple images/video
  • Support smart album (camera roll, selfies, panoramas, favorites, videos...)
  • Selected order index
  • Display video duration
  • Preview image/video
  • Support iCloud Photo Library
  • Crop image (new)
  • Crop image circle for Avatar (new)
  • Scrolling performance
  • Playback video and live photos (for iOS)

iOS

To install the React Native Multiple Image Picker library on iOS, ensure to include the Privacy Description in info.plist and add the .swift file in your project along with creating a bridging header file swift. If encountering an error in Xcode 12 during installation, a workaround involves modifying the Library Search Paths setting by changing "swift-5.0" to "swift-5.3" within the Xcode project.

Summary

The React Native Multiple Image Picker is a versatile library enabling apps to seamlessly select multiple images and videos from various smart albums in iOS and Android, offering additional features like image cropping, iCloud Photo Library support, and improved scrolling performance. Installation on iOS may require adjustments in Xcode due to potential compatibility issues with Xcode versions like Xcode 12.

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.