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 - v3.4.0

Published by Johan-dutoit over 3 years ago

3.4.0 (2021-04-28)

Features

react-native-image-picker - v3.3.4

Published by Johan-dutoit over 3 years ago

3.3.4 (2021-04-23)

Bug Fixes

react-native-image-picker - v3.3.3

Published by Johan-dutoit over 3 years ago

3.3.3 (2021-04-23)

Bug Fixes

react-native-image-picker - v3.3.2

Published by Johan-dutoit over 3 years ago

3.3.2 (2021-03-15)

Bug Fixes

  • return fileuri instead of contenturi in android (9a2ab35)

FileUri should be compatible with ContentUri so should work without any issues, but please check ones in your Android devices after upgrading to make sure. Report any issues. Thanks

react-native-image-picker - v3.3.1

Published by Johan-dutoit over 3 years ago

3.3.1 (2021-03-15)

Bug Fixes

  • add the correct permissions to the camera intent (e780f88)
react-native-image-picker - v3.3.0

Published by Johan-dutoit over 3 years ago

3.3.0 (2021-03-15)

Features

  • camera: option to select front or back (c57569a)
react-native-image-picker - v3.2.1

Published by Johan-dutoit over 3 years ago

3.2.1 (2021-02-11)

Bug Fixes

  • types: πŸ› this is to trigger a CI deployment instead (#1617) (bd0c552)
react-native-image-picker - v3.2.0

Published by Johan-dutoit over 3 years ago

3.2.0 (2021-02-11)

Refactor

  • Refactor how image picker intent is created ([#1615]) (ea64b3d)
react-native-image-picker - v3.1.4

Published by Johan-dutoit over 3 years ago

3.1.4 (2021-01-19)

Bug Fixes

react-native-image-picker - v3.1.3

Published by Johan-dutoit almost 4 years ago

3.1.3 (2021-01-04)

Bug Fixes

  • Update react-native-image-picker.podspec (#1565) (dc2e1cd)
react-native-image-picker - v3.1.2

Published by Johan-dutoit almost 4 years ago

3.1.2 (2020-12-21)

Bug Fixes

  • video-quality: πŸ› map video quality to relevant int (#1549) (73d84b8)
react-native-image-picker - v3.1.1

Published by Johan-dutoit almost 4 years ago

Fixes

fix: Add import conditional to allow package to compile with Mac Catalyst (#1534) by @marcosrdz

Docs

docs: explain how to import the library (#1537) by @Johan-dutoit

react-native-image-picker - v3.1.0

Published by Johan-dutoit almost 4 years ago

3.1.0

Minor version bumped due to the way the cache/temporary directory works.

Features

  • Feat: Add durationLimit option for video capture (#1529) by @ravirajn22
  • Change directory where temporary files are stored to cache directory (#1533) by @ravirajn22

Bug Fixes

  • Added main entry point to package.json (#1535) by @Johan-dutoit
react-native-image-picker - 3.0.0

Published by Johan-dutoit almost 4 years ago

This is a complete rewrite of the Image Picker. The idea was to make it lean and easier to maintain (this was achieved).

Below are some of the most notable changes, which will break your app when migrating from 2.x.x.

  • Permissions are no longer handled (nor do you need to). If you do list any permissions related to the image picker in your manifest/info.plist, it will be your responsibility to check & request permissions (do so recommend with react-native-permissions).

  • showImagePicker no longer exists. This can be achieved using react-native-action-sheet

react-native-image-picker - 3.0.0-vnext.4

Published by Johan-dutoit almost 4 years ago

Fixes

  • Fix: image orientation issue on android (#1472) by @ravirajn22
  • Fix: Android weird camera permission (#1480) by @ravirajn22
react-native-image-picker - 3.0.0-vnext.3

Published by Johan-dutoit almost 4 years ago

Changes

  • Remove unnecessary buildToolsVersion (#1463) by @ravirajn22
  • Update example styling (#1469) by @Johan-dutoit

Fixes

  • Fix: Check activity request code (#1464) by @ravirajn22
  • Fix: FileProvider class name conflict during manifest merger (#1462) by @ravirajn22
  • Fix: Android permission check (#1467) by @ravirajn22
react-native-image-picker - 3.0.0-vnext.2

Published by Johan-dutoit almost 4 years ago

Changes

fix(image-library): call the correct native function (GH-1455) by @Johan-dutoit

react-native-image-picker - 3.0.0-vnext.1

Published by Johan-dutoit almost 4 years ago

A rewrite of the image picker, to make both usage and maintenance a simpler

BREAKING

  • Permission checks are not longer part of the library. That's now your responsibility.
  • No action sheet/dialog to let the user pick between image picker or camera. That's now your responsibility.

A big shout out to @ravirajn22 for doing bulk of the work.

react-native-image-picker - v2.3.0

Published by Johan-dutoit over 4 years ago

Fix/Feature

react-native-image-picker - v2.2.1

Published by Johan-dutoit over 4 years ago