react-native-multiple-image-picker
react-native-multiple-image-picker copied to clipboard
Feature Request: Getting exif data for images - Latitude & Longitude
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
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
is there any update on this @baronha ?