Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsoendermann/react-native-async-storage-dev-menu-item

:control_knobs: Adds an option to your dev menu to console.log the contents of your AsyncStorage.
https://github.com/jsoendermann/react-native-async-storage-dev-menu-item

asyncstorage react-native

Last synced: about 2 months ago
JSON representation

:control_knobs: Adds an option to your dev menu to console.log the contents of your AsyncStorage.

Awesome Lists containing this project

README

        

# Async Storage Dev Menu Item

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.

## Install

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.

## Screenshots

![react-native-async-storage-dev-menu-item ios](https://github.com/jsoendermann/react-native-async-storage-dev-menu-item/raw/master/screenshots/ios.png)
![react-native-async-storage-dev-menu-item android](https://github.com/jsoendermann/react-native-async-storage-dev-menu-item/raw/master/screenshots/android.png)