Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jsoendermann/react-native-async-storage-dev-menu-item
- Owner: jsoendermann
- License: apache-2.0
- Created: 2017-12-06T06:59:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T09:11:57.000Z (about 7 years ago)
- Last Synced: 2024-11-07T21:51:46.485Z (3 months ago)
- Topics: asyncstorage, react-native
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 87
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - AsyncStorage Dev Menu Item ★67 - Adds an option to your dev menu to log the content of your AsyncStorage. (Utilities / Other Platforms)
- awesome-react-native - AsyncStorage Dev Menu Item ★67 - Adds an option to your dev menu to log the content of your AsyncStorage. (Utilities / Other Platforms)
- awesome-react-native - AsyncStorage Dev Menu Item ★67 - Adds an option to your dev menu to log the content of your AsyncStorage. (Utilities / Other Platforms)
- awesome-react-native - AsyncStorage Dev Menu Item ★67 - Adds an option to your dev menu to log the content of your AsyncStorage. (Utilities / Other Platforms)
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)