Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs 在React Native中查看异步存储的工具_Reactjs_React Native_Redux_Redux Persist_React Native Debugger - Fatal编程技术网

Reactjs 在React Native中查看异步存储的工具

Reactjs 在React Native中查看异步存储的工具,reactjs,react-native,redux,redux-persist,react-native-debugger,Reactjs,React Native,Redux,Redux Persist,React Native Debugger,我想要一些工具来查看android或IOS emulator中的异步存储。我需要一些工具来看看。我目前正在mac中使用反应本机调试器。 我想在每个活动中查看异步存储的内容。实现异步存储的最佳方法是什么?我认为使用console.log()是查看异步存储的一个好方法。本机调试器具有此内置功能 我们可以在RND控制台中使用showAsyncStorageContentInDev(),我们将能够看到asyncStorage 但是异步存储与调试器控制台的集成存在问题。有时它不能解决任何问题。它发生在将r

我想要一些工具来查看android或IOS emulator中的异步存储。我需要一些工具来看看。我目前正在mac中使用反应本机调试器。

我想在每个活动中查看异步存储的内容。实现异步存储的最佳方法是什么?

我认为使用
console.log()
是查看异步存储的一个好方法。

本机调试器具有此内置功能

我们可以在RND控制台中使用
showAsyncStorageContentInDev()
,我们将能够看到
asyncStorage


但是
异步存储
与调试器控制台的集成存在问题。有时它不能解决任何问题。它发生在将react native与android一起使用时

我不想使用console.log()。在每个屏幕上都写太令人沮丧了。然后我想你可以使用reactotron,它有Async Storage explorer任何其他工具而不使用reactotron。?对不起,我不知道其他任何工具