Skip to content
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

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

Open
ertucaglar opened this issue Dec 17, 2024 · 1 comment
Open

Comments

@ertucaglar
Copy link

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

@baronha
Copy link
Member

baronha commented Dec 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants