React Native - How to see what's stored in AsyncStorage? -


i save items asyncstorage in react native , using chrome debugger , ios simulator.

without react native, using regular web development localstorage, able see stored localstorage items under chrome debugger > resources > local storage

any idea how can view react native asyncstorage stored items?

you can use reactotron think has async storage explorer ;) https://github.com/infinitered/reactotron

enter image description here


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -