-
Notifications
You must be signed in to change notification settings - Fork 36
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
Android already accepted permissions but still not showing photos #58
Comments
can you share your package json? |
Hi @natysoz I solved the Permissions issue by adding the following code to the
But now I'm running into another Issue, the app crashes when the AssetsSelector is rendered, Android, Standalone build |
without edit the app.json after u enter the settings , allow permissions and go back , it is still showing you this same error ? if so |
Yeah, I closed the app, open again and so on. The error was still happening. |
Talking about the crash, I noticed that it only happens on android version 9 |
did u try newer android version ? |
i think that expo media lib is not working for android 9 |
Any update on the root cause? |
can u share expo snack that show the issue ? |
Same error here. @natysoz It's only happening after compilation. The expo snack works fine. |
Android 11, Android 12 are experiencing this bug too in ejected "expo": "~44.0.0".. Without fix it's unusable on Android in ejected Expo app EDIT: I was able to fix that by adding following permission into Android manifest & rebuild the app:
Here is a source link: expo/expo#15273 |
Is the permissions bug solved on SDK 46? |
ill update the package tommrow |
Hi @Rafaell416 I had the same issue: The images were not showing in Android. What I did was to update my Expo SDK, but that crashed the entire project. So, I was aware the new EXPO SDK had the fix for the images don't showing: I just needed to know in WICH library. So, I updated and checked wich libraries changed. After that, I update one library at the time and see wich one had the fix.
I'll attach my package.json
and my app.json configuration for plugins:
Hope it works!!! |
Expo SDK 45
[email protected]
The text was updated successfully, but these errors were encountered: