Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@baronha/react-native-multiple-image-picker

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baronha/react-native-multiple-image-picker

react-native-multiple-image-picker enables application to pick images and videos from multiple smart album in iOS/Android, similar to the current facebook app.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
decreased by-27.8%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Multiple Image Picker (RNMIP)

React Native Multiple Image Picker enables application to pick images and videos from multiple smart album in iOS/Android, similar to the current Facebook App. React Native Multiple Image Picker is based on two libraries available, TLPhotoPicker and PictureSelector

Demo 👉👈

iOSAndroid

Installation

npm install react-native-multiple-image-picker

iOS

Don't forget the Privacy Description in info.plist.

cd ios/ && pod install

Android

Add Permission in AndroidManifest.xml

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

Usage

See Options

import MultipleImagePicker from "react-native-multiple-image-picker";
// ...
const response = await MultipleImagePicker.openPicker(options);

Features

  • Selected order index.
  • Support smart album collection.
  • Camera roll, selfies, panoramas, favorites, videos, custom users album
  • Support Camera
  • Playback video and live photos.
  • Just one. playback first video or live Photo in bounds of visible cell.
  • Display video duration.
  • Async phasset request and displayed cell.
  • Scrolling performance is better than facebook in displaying video assets collection.
  • Reload of changes that occur in the Photos library.
  • Preview photo. ...etc

Options

updating...

selectedAssets (Important)

updating...

Callback

updating...

Thumbnail (iOS only)

To Do

  • Crop photo.
  • Multiple croping photo (Android only).
  • Video Compression

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Keywords

FAQs

Package last updated on 22 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc