react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

Feature Request: Getting exif data for images - Latitude & Longitude

Open ertucaglar opened this issue 1 year ago • 2 comments

I'm already using react-native-image-picker in my app, but it's insufficient on the video side.

This library has a lot of advanced features for video. I can get Exif data with the help of a separate library, but it would be great if it could be added to Result on the native side

ertucaglar avatar Dec 17 '24 21:12 ertucaglar

I also plan to implement it but this will take quite a while to return results[]. So my plan would will be separate function calls when necessary. For example, get data before pushing it to the server.

const response = await getExif()
...
// call to server

baronha avatar Dec 18 '24 02:12 baronha

is there any update on this @baronha ?

AmsalSugihan avatar Nov 25 '25 07:11 AmsalSugihan