Search code examples
react-nativeasyncstorage

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


I save some items to AsyncStorage in React Native and I am using chrome debugger and iOS simulator.

Without react native, using regular web development localStorage, I was able to see the stored localStorage items under Chrome Debugger > Resources > Local Storage

Any idea how can I view the React Native AsyncStorage stored items?


Solution

  • You can use reactotron i think it has Async Storage explorer ;) https://github.com/infinitered/reactotron

    enter image description here