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
Comments
Post a Comment