Tools for viewing AsyncStorage in React Native

2.6k views Asked by At

I want some tools to see async storage in android or IOS emulator. I need some tool to see that. I am currently using React Native Debugger in mac.
I want to see the content of async storage in each and every activity.What is the best way to achieve it?

2

There are 2 answers

4
Mojtaba Moshfeghi far On

I think using console.log() is a good way to see it

0
Supermacy On

React Native Debugger has this built-in.

We can use showAsyncStorageContentInDev() in the RND console and we will be able to see the asyncStorage

But there is a problem with the integration of asyncStorage with debugger console. Some times it does not resolve anything. It happens while using react native with android.