Skip to content

Android : Image Don't Display after crop #161

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Puthsihta opened this issue Jul 19, 2024 · 2 comments
Closed

Android : Image Don't Display after crop #161

Puthsihta opened this issue Jul 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Puthsihta
Copy link

This is the Respone of the Image

[
"medias : ",
{
"size": 5799270,
"duration": 0,
"chooseModel": 1,
"localIdentifier": 1000006209,
"mime": "image/png",
"path": "content://media/external/images/media/1000006209",
"height": 800,
"crop": {
"height": 800,
"width": 800,
"path": "/storage/emulated/0/Android/data/com.bongtk.bloc/files/Pictures/CROP_20240719103550494.jpg"
},
"parentFolderName": "Screens",
"width": 1920,
"fileName": "The.Boys.S04E06.1080p.x265-ELiTE.Screen0003.png",
"realPath": "/storage/emulated/0/Download/The.Boys.S04E06.1080p.x265-ELiTE/Screens/The.Boys.S04E06.1080p.x265-ELiTE.Screen0003.png",
"bucketId": -986766711,
"position": 3,
"type": "image"
}
]

I display image by using Image React Native

<Image source={{uri : respone.crop.path}} style={{width: 200, height: 200}}/>

@Puthsihta
Copy link
Author

But when I use respone.path
it displays but not crop.

@baronha baronha self-assigned this Jul 19, 2024
@baronha baronha added the bug Something isn't working label Jul 19, 2024
@baronha
Copy link
Member

baronha commented Jul 31, 2024

Solved v.1.1.9
Please check again for me

@baronha baronha closed this as completed Jul 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants