Skip to content

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

v4.0.4

21 Jun 06:59
Compare
Choose a tag to compare

4.0.4 (2021-06-21)

Bug Fixes

  • selectionLimit: 🐛 use ACTION_GET_CONTENT for multiple image selection instead of ACTION_PICK (#1755) (f33d9c3)

v4.0.3

01 Jun 07:57
Compare
Choose a tag to compare

4.0.3 (2021-06-01)

Bug Fixes

v4.0.2

28 May 13:04
Compare
Choose a tag to compare

4.0.2 (2021-05-28)

Bug Fixes

  • ios: trigger didCancel when picker is closed via gesture (#1728) (3b68c82)

v4.0.1

28 May 08:21
Compare
Choose a tag to compare

4.0.1 (2021-05-28)

Bug Fixes

  • multi-select: image resize, gif, etc. (c8f8481)

v4.0.0

27 May 12:33
Compare
Choose a tag to compare

4.0.0 (2021-05-27)

feature

  • add ability to pick multiple images/ videos (#1706) (5ceebf1)

BREAKING CHANGES

  • the response object is now different.

This is to support multi-select, in both single & multi select, the response will contain an array of assets, which contains the metadata for the selected media.

v3.8.1

25 May 11:38
Compare
Choose a tag to compare

3.8.1 (2021-05-25)

Bug Fixes

  • saveToCamera: No longer crash when target SDK is 30 (#1719) (612dde0)

v3.8.0

21 May 06:25
Compare
Choose a tag to compare

3.8.0 (2021-05-21)

Features

v3.7.0

20 May 07:31
Compare
Choose a tag to compare

3.7.0 (2021-05-20)

Features

  • Support mixed media type for launchImageLibrary (#1694) (c5a4587)

v3.6.0

08 May 10:22
Compare
Choose a tag to compare

3.6.0 (2021-05-08)

Features

v3.5.0

28 Apr 07:23
Compare
Choose a tag to compare

3.5.0 (2021-04-28)

Features

  • duration: add video duration to response (#1676) (9bbca7b)