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 - v4.4.1

Published by Johan-dutoit almost 3 years ago

4.4.1 (2021-12-07)

Bug Fixes

react-native-image-picker - v4.4.0

Published by Johan-dutoit almost 3 years ago

4.4.0 (2021-12-03)

Features

react-native-image-picker - v4.3.0

Published by Johan-dutoit almost 3 years ago

4.3.0 (2021-11-15)

Features

  • api: added methods to launch the image picker and camera as promise (#1873) (fde6838)
react-native-image-picker - v4.2.1

Published by Johan-dutoit almost 3 years ago

4.2.1 (2021-11-15)

Bug Fixes

react-native-image-picker - v4.2.0

Published by Johan-dutoit almost 3 years ago

4.2.0 (2021-11-10)

Features

react-native-image-picker - v4.1.2

Published by Johan-dutoit about 3 years ago

4.1.2 (2021-10-16)

Bug Fixes

react-native-image-picker - v4.1.1

Published by Johan-dutoit about 3 years ago

4.1.1 (2021-09-21)

Bug Fixes

  • video: πŸ› apply quality to both recordings and image picking (#1776) (de1ba82)
react-native-image-picker - v4.1.0

Published by Johan-dutoit about 3 years ago

4.1.0 (2021-09-21)

Features

react-native-image-picker - v4.0.6

Published by Johan-dutoit over 3 years ago

4.0.6 (2021-07-15)

Bug Fixes

react-native-image-picker - v4.0.5

Published by Johan-dutoit over 3 years ago

4.0.5 (2021-07-13)

Bug Fixes

react-native-image-picker - v4.0.4

Published by Johan-dutoit over 3 years ago

4.0.4 (2021-06-21)

Bug Fixes

  • selectionLimit: πŸ› use ACTION_GET_CONTENT for multiple image selection instead of ACTION_PICK (#1755) (f33d9c3)
react-native-image-picker - v4.0.3

Published by Johan-dutoit over 3 years ago

4.0.3 (2021-06-01)

Bug Fixes

  • types: πŸ› omit the correct property (#1732) (87fbf2e)
react-native-image-picker - v4.0.2

Published by Johan-dutoit over 3 years ago

4.0.2 (2021-05-28)

Bug Fixes

  • ios: trigger didCancel when picker is closed via gesture (#1728) (3b68c82)
react-native-image-picker - v4.0.1

Published by Johan-dutoit over 3 years ago

4.0.1 (2021-05-28)

Bug Fixes

  • multi-select: image resize, gif, etc. (c8f8481)
react-native-image-picker - v4.0.0

Published by Johan-dutoit over 3 years ago

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.

react-native-image-picker - v3.8.1

Published by Johan-dutoit over 3 years ago

3.8.1 (2021-05-25)

Bug Fixes

  • saveToCamera: No longer crash when target SDK is 30 (#1719) (612dde0)
react-native-image-picker - v3.8.0

Published by Johan-dutoit over 3 years ago

3.8.0 (2021-05-21)

Features

react-native-image-picker - v3.7.0

Published by Johan-dutoit over 3 years ago

3.7.0 (2021-05-20)

Features

  • Support mixed media type for launchImageLibrary (#1694) (c5a4587)
react-native-image-picker - v3.6.0

Published by Johan-dutoit over 3 years ago

3.6.0 (2021-05-08)

Features

react-native-image-picker - v3.5.0

Published by Johan-dutoit over 3 years ago

3.5.0 (2021-04-28)

Features

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