Skip to content

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

v5.4.2

12 Jun 12:57
Compare
Choose a tag to compare

5.4.2 (2023-06-12)

Bug Fixes

  • android: improve video dimensions extraction (#2139) (7aca9d3)

v5.4.1

12 Jun 12:51
Compare
Choose a tag to compare

5.4.1 (2023-06-12)

Bug Fixes

  • formatAsMP4: don't convert if it's already an MP4 (1d64a1b)

v5.4.0

26 May 08:43
Compare
Choose a tag to compare

5.4.0 (2023-05-26)

Features

  • video: Added assetRepresentationMode prop (#2083) (f2044ee)

v5.3.1

14 Mar 12:57
Compare
Choose a tag to compare

5.3.1 (2023-03-14)

Bug Fixes

  • mp4: no longer hang on export when taking a video (#2097) (ee8be86)

v5.3.0

13 Mar 16:35
Compare
Choose a tag to compare

5.3.0 (2023-03-13)

Features

  • ios: Add feature to convert videos to MP4 (#2094) (433d975)

v5.2.0

13 Mar 13:53
Compare
Choose a tag to compare

5.2.0 (2023-03-13)

Features

v5.1.0

17 Feb 21:39
Compare
Choose a tag to compare

5.1.0 (2023-02-17)

Features

v5.0.2

13 Feb 11:27
Compare
Choose a tag to compare

5.0.2 (2023-02-13)

Bug Fixes

  • ios: allow bitmap and other image types to be selected (#2076) (f9c415b)

v5.0.1

19 Jan 15:38
Compare
Choose a tag to compare

5.0.1 (2023-01-19)

Bug Fixes

v5.0.0

09 Jan 12:33
Compare
Choose a tag to compare

5.0.0 (2023-01-09)

  • fix(android) change video.uri when pick from gallery to "file://..." (fcb8aa6)

BREAKING CHANGES

  • if your code for some reason depends on content:// then this is breaking, otherwise proceed as normal.