react-native-image-picker

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

MIT License

Downloads
1.1M
Stars
8.4K
Committers
179

Bot releases are hidden (Show)

react-native-image-picker - v7.1.2 Latest Release

Published by Johan-dutoit 7 months ago

7.1.2 (2024-03-20)

Bug Fixes

react-native-image-picker - v7.1.1

Published by Johan-dutoit 7 months ago

7.1.1 (2024-03-13)

Bug Fixes

  • ios: fix spec name when new architecture is enabled (#2252) (df78b9a)
react-native-image-picker - v7.1.0

Published by Johan-dutoit 11 months ago

7.1.0 (2023-12-04)

Features

react-native-image-picker - v7.0.3

Published by Johan-dutoit 11 months ago

7.0.3 (2023-11-22)

Bug Fixes

  • correct typo in variable name nativeImagePicler (#2240) (ae2cdd7)
react-native-image-picker - v7.0.2

Published by Johan-dutoit 12 months ago

7.0.2 (2023-10-23)

Bug Fixes

react-native-image-picker - v7.0.1

Published by Johan-dutoit about 1 year ago

7.0.1 (2023-10-11)

Bug Fixes

react-native-image-picker - v7.0.0

Published by Johan-dutoit about 1 year ago

7.0.0 (2023-09-07)

  • feat(android): orignal file path (7086e95f)

BREAKING CHANGES

  • The way we retrieve the android file name is different
  • We also now include the original file path
react-native-image-picker - v5.7.0

Published by Johan-dutoit about 1 year ago

5.7.0 (2023-09-07)

Features

  • filename: add fallback to getting extension from filename (#2118) (2c13085)
react-native-image-picker - v5.6.1

Published by Johan-dutoit about 1 year ago

5.6.1 (2023-08-16)

Bug Fixes

react-native-image-picker - v5.6.0

Published by Johan-dutoit over 1 year ago

5.6.0 (2023-06-20)

Bug Fixes

  • android: 🐛 only set namespace if gradle 7 or newer is used (#2149) (e117851)

Fixes

react-native-image-picker - v5.4.2

Published by Johan-dutoit over 1 year ago

5.4.2 (2023-06-12)

Bug Fixes

  • android: improve video dimensions extraction (#2139) (7aca9d3)
react-native-image-picker - v5.4.1

Published by Johan-dutoit over 1 year ago

5.4.1 (2023-06-12)

Bug Fixes

  • formatAsMP4: don't convert if it's already an MP4 (1d64a1b)
react-native-image-picker - v5.4.0

Published by Johan-dutoit over 1 year ago

5.4.0 (2023-05-26)

Features

  • video: Added assetRepresentationMode prop (#2083) (f2044ee)
react-native-image-picker - v5.3.1

Published by Johan-dutoit over 1 year ago

5.3.1 (2023-03-14)

Bug Fixes

  • mp4: no longer hang on export when taking a video (#2097) (ee8be86)
react-native-image-picker - v5.3.0

Published by Johan-dutoit over 1 year ago

5.3.0 (2023-03-13)

Features

  • ios: Add feature to convert videos to MP4 (#2094) (433d975)
react-native-image-picker - v5.2.0

Published by Johan-dutoit over 1 year ago

5.2.0 (2023-03-13)

Features

react-native-image-picker - v5.1.0

Published by Johan-dutoit over 1 year ago

5.1.0 (2023-02-17)

Features

react-native-image-picker - v5.0.2

Published by Johan-dutoit over 1 year ago

5.0.2 (2023-02-13)

Bug Fixes

  • ios: allow bitmap and other image types to be selected (#2076) (f9c415b)
react-native-image-picker - v5.0.1

Published by Johan-dutoit over 1 year ago

5.0.1 (2023-01-19)

Bug Fixes

react-native-image-picker - v5.0.0

Published by Johan-dutoit almost 2 years 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.