
:control_knobs: Adds an option to your dev menu to console.log the contents of your AsyncStorage.
The Async Storage Dev Menu Item is a useful module for developers who work with React Native. It provides a handy feature that allows you to easily inspect the contents of your AsyncStorage by logging it as a single object to the JavaScript console. This functionality can significantly streamline the debugging process when dealing with stored data.
With the implementation of this module, users can now access their stored data directly from the shaky menu, making it more convenient to check for any issues in your app's data handling without needing to dive deep into the codebase.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.