MediaLibrary Gps location - returns null

I am facing an issue with image GPS locations using mediaLibrary.

I am using the same images on both platforms, taken with an Android phone, and transferred to the IOS simulator.

After getting images from the users “Camera” folder, I use getAssetInfoAsync to retrieve the image exif.
On IOS I am able to get the images GPS location, but on android it’s always null.

If I use the ImagePicker, then the GPS location is present on both platforms.

This is a very simple example of what I am doing.

const images = await MediaLibrary.getAssetsAsync({first: 15});
const imageData = await MediaLibrary.getAssetInfoAsync((images.assets[0].id);