Skip to content

Releases: react-native-image-picker/react-native-image-picker

v3.1.2

21 Dec 12:48
Compare
Choose a tag to compare

3.1.2 (2020-12-21)

Bug Fixes

  • video-quality: 🐛 map video quality to relevant int (#1549) (73d84b8)

v3.1.1

15 Dec 06:40
Compare
Choose a tag to compare

Fixes

fix: Add import conditional to allow package to compile with Mac Catalyst (#1534) by @marcosrdz

Docs

docs: explain how to import the library (#1537) by @Johan-dutoit

v3.1.0

14 Dec 07:31
Compare
Choose a tag to compare

3.1.0

Minor version bumped due to the way the cache/temporary directory works.

Features

  • Feat: Add durationLimit option for video capture (#1529) by @ravirajn22
  • Change directory where temporary files are stored to cache directory (#1533) by @ravirajn22

Bug Fixes

3.0.0

08 Dec 07:21
Compare
Choose a tag to compare

This is a complete rewrite of the Image Picker. The idea was to make it lean and easier to maintain (this was achieved).

Below are some of the most notable changes, which will break your app when migrating from 2.x.x.

  • Permissions are no longer handled (nor do you need to). If you do list any permissions related to the image picker in your manifest/info.plist, it will be your responsibility to check & request permissions (do so recommend with react-native-permissions).

  • showImagePicker no longer exists. This can be achieved using react-native-action-sheet

3.0.0-vnext.4

07 Nov 10:36
Compare
Choose a tag to compare
3.0.0-vnext.4 Pre-release
Pre-release

Fixes

3.0.0-vnext.3

03 Nov 08:10
Compare
Choose a tag to compare
3.0.0-vnext.3 Pre-release
Pre-release

Changes

Fixes

3.0.0-vnext.2

30 Oct 08:33
Compare
Choose a tag to compare
3.0.0-vnext.2 Pre-release
Pre-release

Changes

fix(image-library): call the correct native function (GH-1455) by @Johan-dutoit

3.0.0-vnext.1

29 Oct 08:36
fda3ea9
Compare
Choose a tag to compare
3.0.0-vnext.1 Pre-release
Pre-release

A rewrite of the image picker, to make both usage and maintenance a simpler

BREAKING

  • Permission checks are not longer part of the library. That's now your responsibility.
  • No action sheet/dialog to let the user pick between image picker or camera. That's now your responsibility.

A big shout out to @ravirajn22 for doing bulk of the work.

v2.3.0

10 Feb 07:31
Compare
Choose a tag to compare

Fix/Feature

  • [Android] Allow android to save photos to private directory (#1282)

v2.2.1

28 Jan 06:36
Compare
Choose a tag to compare

Fix

  • [iOS] Copy file instead of move (#1118)