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?
You can use reactotron i think it has Async Storage explorer ;) https://github.com/infinitered/reactotron