-
Notifications
You must be signed in to change notification settings - Fork 59
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
Images aren't shown in gallery android #112
Comments
I have found an older issue that was resolved, but it seems that somehow it came back. I also tried the solution from there, and it didn't worked. Here is the issue: https://github.com/shijingsh/react-native-customized-image-picker/issues/90 |
Same issue for me after bumping targetSDKVersion to 30, because newly published apps since August require targetSDK 30, and updates to existing app will require targetSDK 30 in November.
Android 10 seems to be working fine; However, on Android 11 no permissions are being asked, no gallery content is visible, taking images from camera/cropping is not working too. |
any update on this ? |
I used another library after all :( |
This package crash on Android 11 , i resolve this problem by : |
I am having this issue, any solutions yet |
Does anyone find the solution for this?
Eagerly waiting for a solution, Please update the existing library with Android 11 configurations. PS: Adding |
@ALL does anyone find any solution for this? |
any updates on this, i'm facing the same issue. |
fixed it on v1.3.2
add permission
add requestLegacyExternalStorage and ScopedStorage
|
After updating to v1.3.2 now is crashing on Android 11. Thanks! |
I ended up using another library. |
Hi.I added what you said to my code.But gallery not showing images.You can help me |
@matrixTechy Please try the example application |
@ton21 Whether the error stack can be provided, I'm sorry, there is no sufficient test |
@liukefu2050 It requires fixes in underlying RXGallery in MediaUtils.java -> Cursor cursor = contentResolver.query( throws java.lang.IllegalArgumentException: Invalid token LIMIT |
@liukefu2050 I have done the same thing, but the gallery does not show any images. |
Do you mind sharing which library you use? |
Do you mind sharing which library do you use? |
I am trying to pick images from gallery (the same for both multiple or single) but when it opens the gallery, it's empty.
If I try to change the folder, it shows the number of photos and a thumbnail of the last photo, but when i open it, is empty.
This is happening only on android, on iOS is working well.
I have all the required permissions in my AndroidManifest.xml and Info.plist
Also, when i open the gallery it kills my application if I don't set
imageLoader: 'UNIVERSAL'
, but I don't know if that might be the problem.The text was updated successfully, but these errors were encountered: