vinzscam/react-native-file-viewer

Issue with Images metadata on Android device

Opened this issue · 0 comments

Hi everyone!

I've tried to use this library in order to open local files on Android device. and faced the issue. When I open images, then image with default MUI application has wrong metadatas:

  • date created changes every time I open file to the current one (instead of real)
  • content:// path is presented instead of real absoulte file-system path.

I've tried to play with code and tried different setups with FileProvider, but always with the same result.
Is it expected? Did someone faced it?

Your Image photo_2024-05-12_20-49-00__before photo_2024-05-12_20-49-00__later

Many thanks for any support.