-
Notifications
You must be signed in to change notification settings - Fork 564
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
iOS getById do not return thumbnailPath while getAll does #719
Comments
FYI: When trying to pass use
|
not sure. Does it work on android? |
It does; I did not have to apply the same fix on Android. Do you need more data? |
That is a hint, the issue is only on ios. |
This issue is stale, please provide more information about the status |
Status: Android provides the thumbnailPath, while iOS does not for the getByID. iOS should be fixed to have the same behaviour |
What must I do to keep this open since there was activity and it is a valid bug? |
@dprevost-LMI comment |
🤔 |
Is there any reason to close those automatically while they are real issues? |
I don't think it makes sense to keep them open unless someone is working on them. |
As shown below, the
getAll
returns all the contacts with thethumbnailPath
while thegetById
does not. And this is only for iOS.I tried to change the
getContactById
method in/RCTContacts.m
and usewithThumbnails:true
(See here and here, but it returned an error.I did not dig deeper into iOS to understand why, but is this something that could be fixed?
Meanwhile, as a workaround, when doing
getById
on iOS, I usegetPhotoForId
whenhasThumbnail
is true.The text was updated successfully, but these errors were encountered: