Issue with AsyncStorage.getItem #1555
Unanswered
Patrick-Pr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello every one,
I wanted to monitor my Async Storage usage. After some googling and reading documentation I got it to work with the little quirk that reactotron only shows setItem Calls on AsyncStorage. I must have missed something but I can't figure out what.
I hope someone can shed some light for me
For Context I am using expo and installed the AsyncStorage from here https://docs.expo.dev/versions/latest/sdk/async-storage/
The Code snipped I used to test if reactotron works:
My Reactotron Config:
I can se two setItem calls after one reload. But there should be a getItem call before each setItem if I read my snipped correctly.

Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions