Could not get GPS Latitude Longitude from exif sometimes.
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.26.1
- react-native v0.61.4
Platform
Tell us to which platform this issue is related
- Android
Expected behaviour
I would like to get GPS Latitude Longitude in exif every time.
Actual behaviour
Sometimes EXIF latitude and longitude is null.
Attachments

@ichsarut I had this issue on Android, but when I added writeTempFile: true to config, it worked for me.
The docs says that this field only for ios. I don't know how but it works for android :)
@ichsarut I had this issue on Android, but when I added
writeTempFile: trueto config, it worked for me. The docs says that this field only for ios. I don't know how but it works for android :)
not work most of the time
Same for me