vinzscam / react-native-file-viewer

Native file viewer for React Native. Preview any type of file supported by the mobile device.
MIT License
434 stars 102 forks source link

Issue with Images metadata on Android device #158

Open telenko opened 6 months ago

telenko commented 6 months ago

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:

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.