React Native Image Picker Versions Save

:sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.

v5.4.2

11 months ago

5.4.2 (2023-06-12)

Bug Fixes

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

v5.4.1

11 months ago

5.4.1 (2023-06-12)

Bug Fixes

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

v5.4.0

1 year ago

5.4.0 (2023-05-26)

Features

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

v5.3.1

1 year ago

5.3.1 (2023-03-14)

Bug Fixes

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

v5.3.0

1 year ago

5.3.0 (2023-03-13)

Features

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

v5.2.0

1 year ago

5.2.0 (2023-03-13)

Features

v5.1.0

1 year ago

5.1.0 (2023-02-17)

Features

v5.0.2

1 year ago

5.0.2 (2023-02-13)

Bug Fixes

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

v5.0.1

1 year ago

5.0.1 (2023-01-19)

Bug Fixes

v5.0.0

1 year ago

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.