how do i save temp image ( image uploaded from component like image picker) in local local storage and re-render.

i want to save temperory image in async storage and show image on component re-render.

scenario:
→ lets say i have image picker, user picks image and at this time temp image url will be some thing like:
“file:///Users/[name]/Library/Developer/CoreSimulator/Devices/33076AD2-C989-47E9-A803-3E56CC4B09D6/data/Containers/Data/Application/4756F0A2-9CCC-4F9A-9315-D55434328FD9/Documents/myCustomPath/6A5C27E3-89F7-465F-A855-66749C92D086.jpg”

Problem:
if i save this path on async storage, on component refresh, i can not display image after reading from local storage.

what are my options ? any help is appreciated.

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