No location data available since SDK41

  1. SDK Version: 41
  2. Platforms(Android/iOS/web/all): Android
  3. MediaLibrary Asset location getAssetInfoAsync

Since SDK41 the field location at Asset is null even though the picture has location datas.
This works correct with Expo SDK40.

const assetWithInfo = await MediaLibrary.getAssetInfoAsync(id);
assetWithInfo.location is null !

If I upload the file to a server the location datas are not inside the picture (location meta data are not available).

What can I do to get the location datas from a picture also with Expo SDK41?

Hey @mik, could you provide a repro case for this and open up a github issue? Provide as much relevant information as you can such as android devices tested, android os versions, etc.

Cheers,
Adam

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