-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[image-picker][android] Support using legacy image picker #28514
Conversation
Thank again Alan! Appreciate it! |
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 🤖 |
No problem @haileyok! Thanks for the PR, I should have done this a while ago 😅 |
To be able to use the legacy picker is a great option for some use cases, thank you for the effort you put into it. Although the legacy picker is available in Android 13, it seems like later Android versions do not support it. |
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 ✅