I am new to React Native. I am trying to get images from react-native-image-picker
library and I am trying to get the file path and store it in the redux store to access it later. Rather I am getting a cached file path so I am unable to get the image later if the cache is flushed. Is there any way to get the original file path rather than the cached image path or is there any way to fetch the image and store it locally?
Thanks in advance.