Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[image-picker][android] Support using legacy image picker #28514

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

alanjhughes
Copy link
Collaborator

@alanjhughes alanjhughes commented Apr 29, 2024

Why

Closes #27117
Follow up from #28510. Gives users an option to use the legacy method for picking media on android.

How

Added a new option to ImagePickerOptions, legacy, and updated the docs.
cc @haileyok

Test Plan

bare-expo ✅

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Apr 29, 2024
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Apr 29, 2024
@haileyok
Copy link
Contributor

Thank again Alan! Appreciate it!

@expo-bot
Copy link
Collaborator

The Pull Request introduced fingerprint changes against the base commit: 1eccf32

Fingerprint diff
[
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-picker/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "71084e0d3ccf866aa92e542bc04e4fbfe2f6867b"
  }
]

Generated by PR labeler 🤖

@alanjhughes
Copy link
Collaborator Author

No problem @haileyok! Thanks for the PR, I should have done this a while ago 😅

@alanjhughes alanjhughes marked this pull request as ready for review April 29, 2024 08:47
@alanjhughes alanjhughes merged commit 7d86ee0 into main Apr 29, 2024
25 checks passed
@alanjhughes alanjhughes deleted the @alanhughes/image-picker/support-new-and-old-picker branch April 29, 2024 13:30
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expo-image-picker only allows for selection of images from the "photo library" on android 13 and 14
6 participants