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

attachment image picker error after upgrading expo 48 (android 13) #2044

Closed
hotaryuzaki opened this issue Apr 6, 2023 · 5 comments
Closed
Labels
Awaiting Confirmation Issues where questions are answered, but awaiting confirmation from author Dependencies Pull requests that update a dependency file Needs Triaging

Comments

@hotaryuzaki
Copy link

hotaryuzaki commented Apr 6, 2023

Describe the bug
attachment image picker error after upgrading expo 48, the screen is dimming and showing an error permission
but the problem still exists, even though I allow the permissions manually in the settings.

you can check here

Dev environment info (please complete/provide the following information):

expo: 48.0.0
"stream-chat-react-native": "^5.12.1"
"@react-native-camera-roll/camera-roll": "^5.3.1",
android 13

To Reproduce
Steps to reproduce the behavior:

  1. upgrade to 48 version from 47
  2. setup target SDK 33

Expected behavior
i think you should request the permission just like @react-native-camera-roll/camera-roll suggested

FYI:
we have a gallery on another screen, and it's okay.
if no permission we will request it.

@vanGalilea
Copy link
Contributor

@hotaryuzaki, thanks for reaching out @khushal87 is working on making our components Expo 48 compliant, so please stay tuned.

@vanGalilea vanGalilea added the Dependencies Pull requests that update a dependency file label Apr 6, 2023
@vanGalilea
Copy link
Contributor

We will try to upgrade the image picker lib. and see if it's compliant

@vanGalilea
Copy link
Contributor

vanGalilea commented Apr 11, 2023

We have fixed this issue in this PR;
Check our latest beta release v5.13.0-beta.3 and let us know if it works for you.

@vanGalilea vanGalilea added the Awaiting Confirmation Issues where questions are answered, but awaiting confirmation from author label Apr 11, 2023
@hotaryuzaki
Copy link
Author

We have fixed this issue in this PR; Check our latest beta release v5.13.0-beta.3 and let us know if it works for you.

we tested this and it solved the issue

@vanGalilea
Copy link
Contributor

That's lovely 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Confirmation Issues where questions are answered, but awaiting confirmation from author Dependencies Pull requests that update a dependency file Needs Triaging
Projects
None yet
Development

No branches or pull requests

2 participants