react-native-image-picker
react-native-image-picker copied to clipboard
Include GPS Information in selected file
EXIF info is not included in the retrieved file. Would be useful to include this metadata.
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.
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
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.
Is there any update for this issue?
Here it works well: https://github.com/ivpusic/react-native-image-crop-picker Can we copy?
It worked for me -> https://github.com/react-native-image-picker/react-native-image-picker/issues/2092#issuecomment-2038575035