react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

RNFS.DocumentDirectoryPath of re-downloaded file is loaded incorrect.

Open PradeepNedun opened this issue 6 years ago • 0 comments

I am downloading some images from api and saving inside default app directory. On reload, my api is again called, it responds the different file content with same filename. But in this case in my app if I read with RNFS.DocumentDirectoryPath of the file path, it always load the initial image content downloaded. But if I close and open my app, the latest downloaded content is displayed as per my requirement. This is observed only in android not in ios. Please suggest solution.

PradeepNedun avatar Jan 22 '19 22:01 PradeepNedun