react-native-exify icon indicating copy to clipboard operation
react-native-exify copied to clipboard

Can’t read EXIF data from a file in a private path

Open kiet-ap opened this issue 10 months ago • 0 comments

First, I want to say thank you for your great library. Currently, my app uses your library to read EXIF data from a file returned by the camera roll library. I have a file with a path like the one below: private/var/mobile/Containers/Data/Application/8A39C4CA-EE2A-4532-A0CF-AF2CB62CFD03/tmp/IMG_5163.JPEG

I can’t read the EXIF data from this file; it returns undefined. However, with an image that has a file path like the one below, it returns full EXIF data: file:///var/mobile/Media/PhotoData/Mutations/DCIM/115APPLE/IMG_5163/Adjustments/FullSizeRender.heic

Is there any information I might be missing? Can you help me or provide some guidance?

Thank you very much.

kiet-ap avatar Jan 20 '25 09:01 kiet-ap