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

Include GPS Information in selected file

Open jvence opened this issue 4 years ago • 6 comments
trafficstars

EXIF info is not included in the retrieved file. Would be useful to include this metadata.

jvence avatar Feb 25 '21 09:02 jvence

Both iOS and Android have made obtaining GPS info from images little harder, you need to have location permission. So I had to remove that feature from the library. Will check again.

ravirajn22 avatar Mar 01 '21 11:03 ravirajn22

I think iOS has a new method to pick a photo using PHPicker. See this blog: https://www.felixlarsen.com/blog/photo-metadata-phpickerview and assuming that location permission is on then we should be able to get the EXIF metadata

jvence avatar Mar 01 '21 11:03 jvence

I very much need this feature, too. I remember this used to work some time ago, but has stopped working since. Looking at this issue #1359 seems like this hasn't been fixed for over a year at least? 🙁 Guess it's time to look for an alternative library then.

fabyeah avatar Jul 03 '21 14:07 fabyeah

Is there any update for this issue?

amosgamaliel avatar Jan 31 '22 08:01 amosgamaliel

Here it works well: https://github.com/ivpusic/react-native-image-crop-picker Can we copy?

nes123 avatar Nov 20 '22 02:11 nes123

It worked for me -> https://github.com/react-native-image-picker/react-native-image-picker/issues/2092#issuecomment-2038575035

NomanGul avatar Apr 05 '24 01:04 NomanGul