Image options from ImagePicker

in react-native-image-picker we have latitude, longitude … options. generally, I want to do

  • save an image to CameraRoll.saveToCameraRoll(result.uri) (where the result is the return of camera.takePictureAsync) with a different name
  • append latitude, longitude, and timestamp to it

I could not figure out how to do it in an Expo app
I already have Lat and Long from Geolocation API.

I don’t believe there’s an option to store those EXIF fields. You’d have to store them separately.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.