Developing a react-native app in that application accessing the Camera via expo-camera
package, able to capture the image,
While accessing the the asset info of the captured image via MediaLibrary.getAssetInfoAsync(asset)
the location field in the return object is null
is there any way to add the location details to the image or including the location information while capturing the image.