You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings!
I have an app where the user can upload their own images from their device. The problem I am running into is that when the user goes to a different view and comes back the uploaded images are gone.
I use expo-image-picker which does most of the stuff for me, just not sure how to transfer the state that I have into the async storage. On the site it says I need a key (the images variable within the state) and a value. But what would the value be?
How would I go about using this feature?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Greetings!
I have an app where the user can upload their own images from their device. The problem I am running into is that when the user goes to a different view and comes back the uploaded images are gone.
I use expo-image-picker which does most of the stuff for me, just not sure how to transfer the state that I have into the async storage. On the site it says I need a key (the images variable within the state) and a value. But what would the value be?
How would I go about using this feature?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions