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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 react-native-async-storage-dev-menu-item android

About

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

License:Apache License 2.0


Languages

Language:Java 63.8%Language:Objective-C 23.1%Language:JavaScript 13.2%