0

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?

Supermacy
  • 1,429
  • 15
  • 24

2 Answers2

3

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.

Ajay Sivan
  • 2,807
  • 2
  • 32
  • 57
Supermacy
  • 1,429
  • 15
  • 24
-1

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