This module adds an item to your shaky menu that lets you see what's in your AsyncStorage by logging it to your (JavaScript) console as one big object.
Run
yarn add react-native-async-storage-dev-menu-item
react-native link
and add import 'react-native-async-storage-dev-menu-item'
somewhere in your
code.